diff options
Diffstat (limited to 'src/lib9/dirwstat.c')
| -rw-r--r-- | src/lib9/dirwstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/dirwstat.c b/src/lib9/dirwstat.c index 6f351965..396158dc 100644 --- a/src/lib9/dirwstat.c +++ b/src/lib9/dirwstat.c @@ -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; |
