bebbo / libnix

libnix (v4): a C link library for AmigaOS/m68k
15 stars 9 forks source link

dirent.h struct FileInfoBlock is not long aligned #49

Closed tonioni closed 2 years ago

tonioni commented 2 years ago

struct _dirdesc fib is not long aligned, causing random strange behavior when listing directory. (same file appearing multiple times etc) It looks like addition of d_type to struct dirent broke it.

tonioni commented 2 years ago

Thanks. Seems to be fixed. No more directory listing duplicates or same file repeating forever.