Silence some Mac OS X warnings.
This commit is contained in:
parent
6bb54fab15
commit
3765283ccf
5 changed files with 6 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ dirwstat(char *file, Dir *dir)
|
|||
struct utimbuf ub;
|
||||
|
||||
/* BUG handle more */
|
||||
if(dir->mtime == ~0ULL)
|
||||
if(~dir->mtime == 0)
|
||||
return 0;
|
||||
|
||||
ub.actime = dir->mtime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue