Author: derrell Date: 2005-08-23 19:53:34 +0000 (Tue, 23 Aug 2005) New Revision: 9540
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9540 Log: correct comments in struct smbc_dirent (fixes bug 3030) Modified: branches/SAMBA_3_0/source/include/libsmbclient.h Changeset: Modified: branches/SAMBA_3_0/source/include/libsmbclient.h =================================================================== --- branches/SAMBA_3_0/source/include/libsmbclient.h 2005-08-23 19:32:32 UTC (rev 9539) +++ branches/SAMBA_3_0/source/include/libsmbclient.h 2005-08-23 19:53:34 UTC (rev 9540) @@ -105,15 +105,15 @@ /** Length of this smbc_dirent in bytes */ unsigned int dirlen; - /** The length of the comment string in bytes (includes null - * terminator) + /** The length of the comment string in bytes (does not include + * null terminator) */ unsigned int commentlen; /** Points to the null terminated comment string */ char *comment; - /** The length of the name string in bytes (includes null - * terminator) + /** The length of the name string in bytes (does not include + * null terminator) */ unsigned int namelen; /** Points to the null terminated name string
