mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Quote also the first entry of list
Relates to #576 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
a347ed1f1a
commit
f0b89239a7
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ std::string joinQuotedIfNeeded (const std::string& glue, const Container& contai
|
|||
|
||||
auto iterator = container.begin ();
|
||||
|
||||
std::string value = *iterator++;
|
||||
std::string value = quoteIfNeeded (*iterator++);
|
||||
|
||||
while (iterator != container.end ())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue