Fix?
This commit is contained in:
@@ -68,6 +68,7 @@ std::string rebuild_args_to_sentence(std::vector<std::string> args)
|
||||
if (i < args.size()-1) // Append space between each token except for last
|
||||
sentence += " ";
|
||||
}
|
||||
return sentence;
|
||||
}
|
||||
|
||||
#define FILE_NAME ".todo.txt"
|
||||
|
Reference in New Issue
Block a user