From de29c5f7d9df8d57b4f5caa9920f5d4caa7a8cfc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 23 May 2025 18:09:03 +0100 Subject: [PATCH] errors: Fix URL to an old libgsystem commit Signed-off-by: Simon McVittie --- glnx-errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glnx-errors.h b/glnx-errors.h index e1dc3a56..1d7b5cd8 100644 --- a/glnx-errors.h +++ b/glnx-errors.h @@ -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;