Fix printf formats for size_t and goffset arguments.
[claws.git] / src / plugins / tnef_parse / tnef_parse.c
index be8812d2a5f8c6cdd7dfaa7ecccee610abdd3b02..82a8f9e81ab5aaff737a9db3c9c975828e3bd4b5 100644 (file)
@@ -297,7 +297,7 @@ static gboolean tnef_parse (MimeParser *parser, MimeInfo *mimeinfo)
        if (mimeinfo->content == MIMECONTENT_FILE)
                debug_print("content: %s\n", mimeinfo->data.filename);
        else 
-               debug_print("contents in memory (len %zd)\n", 
+               debug_print("contents in memory (len %"G_GSIZE_FORMAT")\n", 
                        strlen(mimeinfo->data.mem));
        
        tnef = g_new0(TNEFStruct, 1);