aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directory.c b/src/directory.c
index 5a5aaf3e5..08b594105 100644
--- a/src/directory.c
+++ b/src/directory.c
@@ -1056,7 +1056,7 @@ int readDirectoryDB(void)
} else {
ERROR("db info not found in db file\n");
ERROR("you should recreate the db using --create-db\n");
- fseek(fp, 0, SEEK_SET);
+ while (fclose(fp) && errno == EINTR) ;
return -1;
}
}