X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Finclude%2Fdirent.h;h=a66901234fe1a56d194f3782068efcfe801f0eb9;hb=11998fdb9e856e363920dd01b47ba3f3fe2d0bb2;hp=d6eb7ea0d9365004feda6a986404a2e0f2182d85;hpb=95136addeff6f7c87c13a96a62f5eaafb9bafdcf;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/include/dirent.h b/win32/include/dirent.h index d6eb7ea..a669012 100644 --- a/win32/include/dirent.h +++ b/win32/include/dirent.h @@ -26,7 +26,7 @@ typedef struct direct { long d_ino; /* inode number (not used by MS-DOS) */ long d_namlen; /* name length */ - char *d_name; /* file name */ + char d_name[257]; /* file name */ } _DIRECT; /* structure for dir operations */