diff --git a/src/commands/CmdImport.cpp b/src/commands/CmdImport.cpp index 9d7c9e294..bc5b53402 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -121,7 +121,7 @@ int CmdImport::execute (std::string& output) ; // Urgency, if present, is ignored. - if (i->first == "urgency") + else if (i->first == "urgency") ; // Dates are converted from ISO to epoch.