mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-17 05:09:15 -04:00
errors: Fix URL to an old libgsystem commit
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -97,7 +97,7 @@ glnx_throw_errno (GError **error)
|
||||
g_strerror (errsv));
|
||||
/* We also restore the value of errno, since that's
|
||||
* what was done in a long-ago libgsystem commit
|
||||
* https://git.gnome.org/browse/libgsystem/commit/?id=ed106741f7a0596dc8b960b31fdae671d31d666d
|
||||
* https://gitlab.gnome.org/Archive/libgsystem/-/commit/ed106741f7a0596dc8b960b31fdae671d31d666d
|
||||
* but I certainly can't remember now why I did that.
|
||||
*/
|
||||
errno = errsv;
|
||||
|
||||
Reference in New Issue
Block a user