From 5468365b85915133ca5fc221ba89ccbc0b3f72ac Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 16 Apr 2012 15:31:11 -0400 Subject: [PATCH] Bug - Missed an 'else' in the code. --- src/commands/CmdImport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.