mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-24 00:39:24 +01:00
Merge branch 'fix/gwin32appinfo-printf-length-sub-specifier' into 'master'
gwin32appinfo: Fix printf length sub-specifier See merge request GNOME/glib!1893
This commit is contained in:
@@ -1795,7 +1795,7 @@ generate_new_verb_name (GPtrArray *verbs,
|
|||||||
memcpy (new_verb_name, verb, orig_len * sizeof (gunichar2));
|
memcpy (new_verb_name, verb, orig_len * sizeof (gunichar2));
|
||||||
for (counter = 0; counter < 255; counter++)
|
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);
|
_verb_lookup (verbs, new_verb_name, &shverb);
|
||||||
|
|
||||||
if (shverb == NULL)
|
if (shverb == NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user