mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
Enhancement - Path integration
- Obsoleted util.cpp spit, slurp calls
This commit is contained in:
parent
a8f03679ed
commit
abffaa184b
8 changed files with 19 additions and 110 deletions
|
@ -1728,7 +1728,7 @@ int handleReportStats (std::string &outs)
|
|||
dataSize += undo.size ();
|
||||
|
||||
std::vector <std::string> undoTxns;
|
||||
slurp (undo, undoTxns, false);
|
||||
File::read (undo, undoTxns);
|
||||
int undoCount = 0;
|
||||
foreach (tx, undoTxns)
|
||||
if (tx->substr (0, 3) == "---")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue