From 1a0ff87a8aef4bbbd81c38389077a208f244a5e6 Mon Sep 17 00:00:00 2001 From: Yue-Lan Date: Wed, 19 Jul 2023 15:47:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=9E=E6=94=B6=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=A6=82=E7=8E=87=E6=80=A7=E6=8A=A5=E9=94=99=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gio/glocalfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/glocalfile.c b/gio/glocalfile.c index ce0e764..b76c085 100644 --- a/gio/glocalfile.c +++ b/gio/glocalfile.c @@ -2236,7 +2236,7 @@ g_local_file_trash (GFile *file, if (fd == -1) { - errsv = errno; + //errsv = errno; g_free (filesdir); g_free (topdir);