This commit is contained in:
logicog
2025-07-28 22:58:17 +02:00
parent c01014f1d8
commit 2e5f3169b3
+1 -1
View File
@@ -41,7 +41,7 @@ int main(int argc, char **argv)
} }
size_t bytes_read = fread(buffer, 1, sizeof(buffer), inptr); size_t bytes_read = fread(buffer, 1, sizeof(buffer), inptr);
printf("Bytes read:: %ld\n", bytes_read); printf("Bytes read: %ld\n", bytes_read);
if (bytes_read != filesize) { if (bytes_read != filesize) {
printf("Error reading input file.\n"); printf("Error reading input file.\n");