kopia lustrzana https://gitlab.com/sane-project/backends
net: fix sane_init() DBG() call wrt function pointer cast to void *
rodzic
c8e15bcf7d
commit
31005330f0
|
@ -957,8 +957,8 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
|
||||||
|
|
||||||
DBG_INIT ();
|
DBG_INIT ();
|
||||||
|
|
||||||
DBG (2, "sane_init: authorize = %p, version_code = %p\n", (void *) authorize,
|
DBG (2, "sane_init: authorize %s null, version_code %s null\n", (authorize) ? "!=" : "==",
|
||||||
(void *) version_code);
|
(version_code) ? "!=" : "==");
|
||||||
|
|
||||||
devlist = NULL;
|
devlist = NULL;
|
||||||
first_device = NULL;
|
first_device = NULL;
|
||||||
|
|
Ładowanie…
Reference in New Issue