putaing de trop joli hack obfusacteur

This commit is contained in:
tth 2019-09-03 22:01:16 +02:00
parent 5758f1c932
commit 0b644f7803
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ if ( d->width != w*2 || d->height != h*2 ) {
return -2;
}
ox = ! (modz & 2);
oy = ! (modz & 1);
ox = ! ! (modz & 2);
oy = ! ! (modz & 1);
if (verbosity>2) fprintf(stderr, "%s %5d %d %d\n", __func__,
modz, ox, oy);