GNOME Bugzilla – Bug 659315
Avoid compiler warning by using format constant
Last modified: 2019-02-22 05:57:20 UTC
transfer.c:79:25: warning: format ‘%2llu’ expects type ‘long long unsigned int’, but argument 2 has type ‘guint64’
Created attachment 196803 [details] [review] Avoid compiler warning by using format constant
Attachment 196803 [details] pushed as e56cc0e - Avoid compiler warning by using format constant