diff options
author | robi <robi> | 2011-04-25 16:31:51 +0000 |
---|---|---|
committer | robi <robi> | 2011-04-25 16:31:51 +0000 |
commit | 062b2e06421dfca976edd8ef5d2f18756be095bf (patch) | |
tree | 1cad1ca69f6b2a8090a832b05d2eb00091c21c8d /src/util.c | |
parent | fc9a751d28b4484e6d12c6bae3560030675158dc (diff) |
new: disaster recovery
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -340,6 +340,7 @@ if(!flag) first = last; free(buf); buf = NULL; } + if (! first) fprintf(stderr,"Warning: No time window found, because no found a deleted inode\n"); return first - 1 ; } |