|
|
@ -459,7 +459,7 @@ int main(int argc, char *argv[])
|
|
|
|
fprintf(stderr, "Warning: Unsupported chunk \"%d\" of length %d in persistent database file at position %ld. Ignoring.\n", chunk, length, ftell(fd));
|
|
|
|
fprintf(stderr, "Warning: Unsupported chunk \"%d\" of length %d in persistent database file at position %ld. Ignoring.\n", chunk, length, ftell(fd));
|
|
|
|
if(fseek(fd, length, SEEK_CUR)){
|
|
|
|
if(fseek(fd, length, SEEK_CUR)){
|
|
|
|
fprintf(stderr, "Error: %s\n", strerror(errno));
|
|
|
|
fprintf(stderr, "Error: %s\n", strerror(errno));
|
|
|
|
return 1;
|
|
|
|
goto error;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|