mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-14 14:27:14 +01:00
gregistrysettings: Fix a mismatched error format string
This commit is contained in:
parent
43c826021a
commit
8d7b170656
@ -312,7 +312,7 @@ handle_read_error (LONG result,
|
|||||||
{
|
{
|
||||||
/* file not found means key value not set, this isn't an error for us. */
|
/* file not found means key value not set, this isn't an error for us. */
|
||||||
if (result != ERROR_FILE_NOT_FOUND)
|
if (result != ERROR_FILE_NOT_FOUND)
|
||||||
g_message_win32_error (result, "Unable to query value %s/%s: %s.\n",
|
g_message_win32_error (result, "Unable to query value %s/%s",
|
||||||
path_name, value_name);
|
path_name, value_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user