mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ISO8601p: Renamed ::_value to ::_period
This commit is contained in:
parent
219f23de33
commit
bb53ae17ae
5 changed files with 41 additions and 41 deletions
|
@ -379,7 +379,7 @@ int CmdInfo::execute (std::string& output)
|
|||
ISO8601p iso;
|
||||
std::string::size_type cursor = 0;
|
||||
if (iso.parse (value, cursor))
|
||||
value = (std::string) Variant ((time_t) iso._value, Variant::type_duration);
|
||||
value = (std::string) Variant ((time_t) iso, Variant::type_duration);
|
||||
else
|
||||
value = "PT0S";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue