Fix printf formats for size_t and goffset arguments.
[claws.git] / src / plugins / fancy / fancy_viewer.c
index 3792e846bbc767a298e03fc1e5c27cf9095a5c3d..a6eddb2f5e8802d9964d45eda56a0ce17c230a07 100644 (file)
@@ -457,7 +457,7 @@ static void resource_request_starting_cb(WebKitWebView              *view,
                webkit_network_request_set_uri(request, "about:blank");
        }
        else
-               debug_print("Starting request of %zu %s\n", strlen(uri), uri);
+               debug_print("Starting request of %"G_GSIZE_FORMAT" %s\n", strlen(uri), uri);
 }
 
 static gboolean fancy_text_search(MimeViewer *_viewer, gboolean backward,