このコミットが含まれているのは:
守矢諏訪子 2024-05-22 03:53:43 +09:00
コミット 5f7cb70922
1個のファイルの変更1行の追加2行の削除

3
main.c
ファイルの表示

@ -84,8 +84,7 @@ int main(int argc, char *argv[]) {
else if (strcmp(argv[1], "-e") == 0) {
delpass(argv[2], 1);
addpass(argv[2]);
}
else if (strcmp(argv[1], "-o") == 0) {
} else if (strcmp(argv[1], "-o") == 0) {
char *fullPath = getfullpath(argv[2]);
if (fullPath == NULL) return -1;
otppass(fullPath);