Updated error message

This commit is contained in:
Lorenz Meier 2013-10-10 00:15:39 +02:00
parent 21dcdf11cf
commit 8407677f20
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}