]> Nishi Git Mirror - sp.git/commitdiff
ごめん
author諏訪子 <suwako@076.moe>
Sun, 15 Sep 2024 12:48:34 +0000 (21:48 +0900)
committer諏訪子 <suwako@076.moe>
Sun, 15 Sep 2024 12:48:34 +0000 (21:48 +0900)
src/delpass.c
src/initpass.c

index 9ad21d7ffa41a32d1eba96461674a73566b9101c..62bbe87e8f277b1d2a81dfada43c48f6cb038a3f 100644 (file)
@@ -132,7 +132,7 @@ int delpass(char *file, int force) {
   if (unlink(pwfile) == -1) {
     if (strncmp(lang, "en", 2) == 0)
       perror("Password cannot be deleted");
-    else perror("ã\83\91ã\82¹ã\83¯ã\83¼ã\83\89ã\82\92å\89\8aé\99¤å\87ºæ\9d¥ã\81¾ã\81\9bã\82\93ã\81§ã\81\99た");
+    else perror("ã\83\91ã\82¹ã\83¯ã\83¼ã\83\89ã\82\92å\89\8aé\99¤å\87ºæ\9d¥ã\81¾ã\81\9bã\82\93ã\81§ã\81\97た");
     return -1;
   }
 
index fba98ce115fca28468ac219dcd6d719624f2e4bb..0eab1b5ac278d33007ced493c35204a7b268060a 100644 (file)
@@ -43,7 +43,6 @@ void initpass(char *gpgid) {
     if (strncmp(lang, "en", 2) == 0)
       perror("Failed to write .gpg-id file.");
     else perror(".gpg-idファイルを書き込めません。");
-    fclose(gpgidfile);
     return;
   }
 
@@ -56,6 +55,7 @@ void initpass(char *gpgid) {
   }
 
   fclose(gpgidfile);
+
   if (strncmp(lang, "en", 2) == 0)
     puts("Initialization completed.");
   else puts("初期設定に完了しました。");