opnsense-src/usr.bin/diff/tests/functionname_objcm.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
249 B
Text
Raw Normal View History

--- functionname.in
+++ functionname_objcm.in
@@ -18,7 +18,7 @@ - (long) readOffset:(FILE*)file
return offset;
} else {
int offset;
- fread(&offset, sizeof(int), 1, file);
+ fread(&offset-1, sizeof(int), 1, file);
return offset;
}
}