feedback
- Converted from OldDuration to Duration.
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <OldDuration.h>
|
#include <Duration.h>
|
||||||
#include <main.h>
|
#include <main.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
@@ -206,7 +206,7 @@ std::string taskInfoDifferences (const Task& before, const Task& after, const st
|
|||||||
else if (*name == "start")
|
else if (*name == "start")
|
||||||
{
|
{
|
||||||
out << format (STRING_FEEDBACK_ATT_DEL_DUR, ucFirst (*name),
|
out << format (STRING_FEEDBACK_ATT_DEL_DUR, ucFirst (*name),
|
||||||
OldDuration(current_timestamp - last_timestamp).formatPrecise())
|
Duration (current_timestamp - last_timestamp).formatPrecise ())
|
||||||
<< "\n";
|
<< "\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user