]> Nishi Git Mirror - sp.git/commitdiff
.
author諏訪子 <suwako@076.moe>
Mon, 16 Sep 2024 16:41:10 +0000 (01:41 +0900)
committer諏訪子 <suwako@076.moe>
Mon, 16 Sep 2024 16:41:10 +0000 (01:41 +0900)
main.c
src/addpass.c

diff --git a/main.c b/main.c
index d8bfe70ccee507dc412aec69e54f2c11a4482ed8..241571b109f58de781012ae0bd2ac9e3a0f16981 100644 (file)
--- a/main.c
+++ b/main.c
@@ -99,7 +99,9 @@ int main(int argc, char *argv[]) {
     if (basePath == NULL) return -1;
 
     if      (strcmp(argv[1], "-l") == 0) listpass(basePath, 0);
-    else if (strcmp(argv[1], "-v") == 0) printf("%s-%s\n", sofname, version);
+    else if (strcmp(argv[1], "-v") == 0) {
+      printf("%s-%s (%s)\n", sofname, version, madefor);
+    }
     else {
       usage();
       free(basePath);
index ae1df5ecfa651f83376af4bea9b6306cf644ac7b..1ac010a5c91dfd74df24001f11372013db7c4779 100644 (file)
@@ -198,7 +198,7 @@ void addpass(char *file) {
     return;
   }
 
-  // æ\9a\97å\8f·å\8c\96ã\81\97ã\81\9fã\82¿イルを開く
+  // æ\9a\97å\8f·å\8c\96ã\81\97ã\81\9fã\83\95ã\82¡イルを開く
   char *gpgpath = malloc(alllen);
   if (gpgpath == NULL) {
     cleanup(ctx, key[0], in, out);