]> arthur.barton.de Git - netatalk.git/commitdiff
ad_name is UTF8-MAC
authorHAT <hat@fa2.so-net.ne.jp>
Sun, 7 Apr 2013 14:16:45 +0000 (23:16 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Sun, 7 Apr 2013 14:16:45 +0000 (23:16 +0900)
include/atalk/adouble.h

index b0d803b2218f1bcaa1be1ecc281b91298fb952ed..73688b41a6d1f837bd7909a2dbaed167ed9766a2 100644 (file)
@@ -219,7 +219,7 @@ struct adouble {
     int                 ad_reso_refcount;
     off_t               ad_rlen;           /* ressource fork len with AFP 3.0         *
                                             * the header parameter size is too small. */
-    char                *ad_name;          /* name in server encoding (usually UTF8)  */
+    char                *ad_name;          /* name (UTF8-MAC)                         */
     struct adouble_fops *ad_ops;
     uint16_t            ad_open_forks;     /* open forks (by others)                  */
     char                ad_data[AD_DATASZ_MAX];