try to fix a bug Lorenz told me about
in fread
This commit is contained in:
2023-12-06 07:57:25 +01:00
parent a8537ba6d4
commit d9204ad9ed
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ TEST(TFTP, custom_fwrite) {
write_file.len = 0;
}
TEST(TFTP, custom_fread_fwrite_suggested_by_Lorentz) {
TEST(TFTP, custom_fread_fwrite_suggested_by_Lorenz) {
write_file.data = (char*)malloc(21 * sizeof(char));
write_file.len = 21;
write_file.offset = 0;