- Missed an 'else' in the code.
This commit is contained in:
Paul Beckingham 2012-04-16 15:31:11 -04:00
parent fb7c227814
commit 5468365b85

View file

@ -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.