As usuall, most important info was missing.

This commit is contained in:
Pavel Machek 2000-04-10 14:45:00 +00:00
parent ae8f558499
commit 73e03bce66

View file

@ -301,7 +301,7 @@ typedef struct eattr {
#define EAF_TEMP 0x80 /* A temporary attribute (the one stored in the tmp attr list) */
struct adata {
unsigned int length;
unsigned int length; /* Only size of actuall data, not including length field */
byte data[0];
};