mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 02:32:11 +01:00
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:
commit
faf87df568
@ -1042,7 +1042,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth,
|
||||
g_set_error_literal (error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_FAILED,
|
||||
_ ("Unexpected lack of content trying to read a byte"));
|
||||
_ ("Unexpected lack of content trying to read a line"));
|
||||
else
|
||||
g_propagate_error (error, local_error);
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user