summaryrefslogtreecommitdiff
path: root/gio/gwin32appinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gwin32appinfo.c')
-rw-r--r--gio/gwin32appinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c
index b12f9e092..b1709fbba 100644
--- a/gio/gwin32appinfo.c
+++ b/gio/gwin32appinfo.c
@@ -1795,7 +1795,7 @@ generate_new_verb_name (GPtrArray *verbs,
memcpy (new_verb_name, verb, orig_len * sizeof (gunichar2));
for (counter = 0; counter < 255; counter++)
{
- _snwprintf (&new_verb_name[orig_len], new_verb_name_len, L" (%x)", counter);
+ _snwprintf (&new_verb_name[orig_len], new_verb_name_len, L" (%zx)", counter);
_verb_lookup (verbs, new_verb_name, &shverb);
if (shverb == NULL)