complete printf format

This commit is contained in:
Axel Kohlmeyer
2023-12-03 04:18:44 -05:00
parent 21701a5eac
commit c0cab665e4

View File

@ -93,7 +93,7 @@ void SearchAndFill(struct FrcFieldItem *item)
file_pos = ftell(FrcF);
if (file_pos < 0) {
fprintf(stderr, "Could not obtain file stream position: ", strerror(errno));
fprintf(stderr, "Could not obtain file stream position: %s\n", strerror(errno));
exit(2);
}