Remove a debug output line from debug.c that was tripping format string warnings
This commit is contained in:
parent
e3e1fbb13a
commit
1530e5338f
@ -666,7 +666,6 @@ FUNC_SIG(krk,examine) {
|
||||
krk_pop();
|
||||
|
||||
if (size == 0) {
|
||||
fprintf(stderr, "offset = %ld, chunk->count = %ld, found size = 0?\n", offset, chunk->count);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user