]> Nishi Git Mirror - sp.git/commitdiff
ごめん
author諏訪子 <suwako@076.moe>
Sun, 29 Sep 2024 09:47:14 +0000 (18:47 +0900)
committer諏訪子 <suwako@076.moe>
Sun, 29 Sep 2024 09:47:14 +0000 (18:47 +0900)
src/showpass.c

index e1b09c1a135c522d9a2b94981394b4b5d039b2b3..89a4173e639f30b5cf955550e33653c00710f4d4 100644 (file)
@@ -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, "");