debug: Enable using hex values in IMLIB2_DEBUG

This commit is contained in:
Kim Woelders 2022-04-02 02:18:53 +02:00
parent 3aeceb6a7b
commit 8ee9c0bade
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ __attribute__((constructor))
return;
p1 = p2 = 0;
sscanf(s, "%d:%d", &p1, &p2);
sscanf(s, "%i:%i", &p1, &p2);
__imlib_debug = p1;
opt_fout = (p2) ? stderr : stdout;