mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 02:17:51 +02:00
Fix warning to refer to to-pixdata, not xmllint
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user