diff --git a/src/actions.cpp b/src/actions.cpp index 2e981b2..7c6a56e 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -1159,7 +1159,7 @@ int action_rename (bool yes, const std::string & filter, const std::string & name, keyring & KR) { - if (name.length() ) { + if (!name.length() ) { err ("error: missing new name specification"); return 1; }