From b24275803749a897612906fef4a7baee136408ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Sun, 29 Sep 2024 18:47:14 +0900 Subject: [PATCH] =?utf8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/showpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/showpass.c b/src/showpass.c index e1b09c1..89a4173 100644 --- a/src/showpass.c +++ b/src/showpass.c @@ -24,7 +24,7 @@ const char *showpass(char *file) { gpgme_error_t err; gpgme_data_t in = NULL, out = NULL; char *gpgpath = NULL; - FILE *gpgfile; + FILE *gpgfile = NULL; // GPGMEライブラリを設置 setlocale(LC_ALL, ""); -- 2.43.0