mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
upektc: Fix format string on architectures where 64bit is not long
This commit is contained in:
committed by
Benjamin Berg
parent
304219b65c
commit
575bd369d5
@@ -411,7 +411,7 @@ dev_init (FpImageDevice *dev)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fp_err ("Device variant %lu is not known", driver_data);
|
fp_err ("Device variant %" G_GUINT64_FORMAT " is not known", driver_data);
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
fpi_image_device_open_complete (dev, fpi_device_error_new (FP_DEVICE_ERROR_GENERAL));
|
fpi_image_device_open_complete (dev, fpi_device_error_new (FP_DEVICE_ERROR_GENERAL));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user