gsize, not gusize. Whatever.
authorGuy Harris <guy@alum.mit.edu>
Tue, 14 Jan 2014 07:59:58 +0000 (07:59 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 14 Jan 2014 07:59:58 +0000 (07:59 -0000)
svn path=/trunk/; revision=54772

epan/dissectors/packet-pvfs2.c

index d8aac79f166bc3e085386db6f432f43cde07c885..9d69fcf82e16658af8d4ed53ad7d123307dcca6b 100644 (file)
@@ -899,7 +899,7 @@ dissect_pvfs_opaque_data(tvbuff_t *tvb, int offset,
                                /* alloc maximum data area */
                                string_buffer_temp = (char*) wmem_alloc(wmem_packet_scope(), string_buffer_size);
                                /* copy over the data */
-                               g_snprintf(string_buffer_temp, (gusize)string_buffer_size,
+                               g_snprintf(string_buffer_temp, (gsize)string_buffer_size,
                                                "%s<TRUNCATED>", formatted);
                                /* append <TRUNCATED> */
                                /* This way, we get the TRUNCATED even