mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
calc: Fixed Dirk
This commit is contained in:
parent
a598dc4d3f
commit
2e0c7418e4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ int main (int argc, char** argv)
|
|||
|
||||
try
|
||||
{
|
||||
auto infix {true};
|
||||
bool infix {true};
|
||||
|
||||
// Add a source for constants.
|
||||
Eval e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue