Merge branch 'translation-47-fix-string-break-glib-2-74' into 'glib-2-74'

gdbus: Fix an accidental string freeze break

See merge request GNOME/glib!3303
This commit is contained in:
Simon McVittie 2023-03-02 13:55:11 +00:00
commit faf87df568

View File

@ -1042,7 +1042,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth,
g_set_error_literal (error, g_set_error_literal (error,
G_IO_ERROR, G_IO_ERROR,
G_IO_ERROR_FAILED, G_IO_ERROR_FAILED,
_ ("Unexpected lack of content trying to read a byte")); _ ("Unexpected lack of content trying to read a line"));
else else
g_propagate_error (error, local_error); g_propagate_error (error, local_error);
goto out; goto out;