Skip to content
Snippets Groups Projects
Commit 8407677f authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Updated error message

parent 21dcdf11
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ test_file(int argc, char *argv[])
for (int j = 0; j < 512; j++) {
if ((read_buf + 0)[j] != write_buf[j + 1/*+ (i % 64)*/]) {
warnx("COMPARISON ERROR: byte %d, align shift: %d", j, (i % 64));
warnx("COMPARISON ERROR: byte %d, align shift: %d", j, 1/*(i % 64)*/);
compare_ok = false;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment