Compare commits

..

1 Commits

Author SHA1 Message Date
Claudio Maggioni (maggicl) d990ac16d3 grad_hw1: bugfixes done with tests 2019-10-20 14:41:37 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -123,7 +123,9 @@ int split(const char* filename, long max_size) {
}
if (fprintf(index, "%s %02x\n", part_name, sum) < 0) {
#ifdef VERBOSE_ERRORS
fprintf(stderr, "Cannot update index file");
#endif
fclose(source);
fclose(index);
fclose(part_file);