more sanity checking for debug mode

merge-requests/1/head
Alex Belkin 2009-07-17 20:54:40 +04:00
rodzic ac9d862925
commit db08de0d94
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
2009-07-17 Alex Belkin <abc at telekom.ru>
* backend/xerox_mfp.c: more sanity checking for debug mode.
2009-07-15 Stéphane Voltz <stef.dev at free.fr>
* backend/lexmark.h: disable deep debugging

Wyświetl plik

@ -802,7 +802,7 @@ sane_control_option (SANE_Handle h, SANE_Int opt, SANE_Action act,
}
DBG (4, "%s: %d, <%d> => %08x, %x\n", __FUNCTION__, opt, act,
*(SANE_Word *)val, info? *info : 0);
val? *(SANE_Word *)val : 0, info? *info : 0);
return SANE_STATUS_GOOD;
}