From: HAT Date: Sun, 7 Apr 2013 14:16:45 +0000 (+0900) Subject: ad_name is UTF8-MAC X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=5f3652e0404251f8c5a3c327dda8640a44f8a8b9;p=netatalk.git ad_name is UTF8-MAC --- diff --git a/include/atalk/adouble.h b/include/atalk/adouble.h index b0d803b2..73688b41 100644 --- a/include/atalk/adouble.h +++ b/include/atalk/adouble.h @@ -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];