X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fdir.c;h=aae6066360d099ab649e9e40acc41988881aa349;hb=52365e1ba3d9ffe33ed10788a8a91cb4fa7d6133;hp=39332a44f981b88d038589b183575c1b9a0228ae;hpb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;p=idzebra-moved-to-github.git diff --git a/index/dir.c b/index/dir.c index 39332a4..aae6066 100644 --- a/index/dir.c +++ b/index/dir.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dir.c,v $ - * Revision 1.17 1997-09-09 13:38:06 adam + * Revision 1.18 1997-09-25 14:55:33 adam + * Windows port uses stat and not lstat. + * + * Revision 1.17 1997/09/09 13:38:06 adam * Partial port to WIN95/NT. * * Revision 1.16 1996/10/29 14:06:45 adam @@ -111,7 +114,11 @@ struct dir_entry *dir_open (const char *rep) entry = entry_n; } strcpy (path + pathpos, dent->d_name); +#ifdef WINDOWS + stat (path, &finfo); +#else lstat (path, &finfo); +#endif switch (finfo.st_mode & S_IFMT) { case S_IFREG: