mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-16 22:19:47 -04:00
Fix debug message format string
The format string %ld is incorrect for i686 * xdg-app-utils.c (load_contents): modify format string
This commit is contained in:
@@ -584,7 +584,7 @@ load_contents (const char *uri, GBytes **contents, GCancellable *cancellable, GE
|
||||
|
||||
ret = TRUE;
|
||||
|
||||
g_debug ("Received %ld bytes", g_bytes_get_size (*contents));
|
||||
g_debug ("Received %" G_GSIZE_FORMAT " bytes", g_bytes_get_size (*contents));
|
||||
|
||||
out:
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user