mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdConfig: Omitted the boolean return
This commit is contained in:
parent
1ce4d2fdf3
commit
d879833ebe
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ static bool setConfigVariable (const Rules& rules, std::string name, std::string
|
||||||
|
|
||||||
if (change)
|
if (change)
|
||||||
File::write (rules.file (), lines);
|
File::write (rules.file (), lines);
|
||||||
|
|
||||||
|
return change;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue