X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fld65%2Ffileinfo.h;h=4d2d423ba7a8d1c61e2cfeac0d0ead39508076ed;hb=2cc68784cc925af7978eeb7f4f4abec40dac8b76;hp=162e95d44cefa85a3494a63636884f81bcd0589f;hpb=275da22a66d69e2e5ecaa92766104833f0de767a;p=cc65 diff --git a/src/ld65/fileinfo.h b/src/ld65/fileinfo.h index 162e95d44..4d2d423ba 100644 --- a/src/ld65/fileinfo.h +++ b/src/ld65/fileinfo.h @@ -57,9 +57,9 @@ typedef struct FileInfo FileInfo; struct FileInfo { + unsigned Name; /* File name index */ unsigned long MTime; /* Time of last modification */ unsigned long Size; /* Size of the file */ - char* Name; /* File name */ };