mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 02:06:18 +01:00
Fix warning to refer to to-pixdata, not xmllint
This commit is contained in:
parent
ac800fa8fe
commit
3b8ba958f5
@ -347,7 +347,7 @@ end_element (GMarkupParseContext *context,
|
||||
if (!WIFEXITED (status) || WEXITSTATUS (status) != 0)
|
||||
{
|
||||
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED,
|
||||
_("Error processing input file with xmllint"));
|
||||
_("Error processing input file with to-pixdata"));
|
||||
goto cleanup;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user