Skip to content

Commit

Permalink
generate correct json files
Browse files Browse the repository at this point in the history
Change-Id: I0d39724e550427c7de31ebc4221f1b008a2451c3
Reviewed-on: https://gerrit.libreoffice.org/25648
Tested-by: Jenkins <[email protected]>
Reviewed-by: Markus Mohrhard <[email protected]>
  • Loading branch information
mmohrhard committed May 30, 2016
1 parent 284ca1a commit 4d4be0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/source/minidump/minidump_upload.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ std::string generate_json(const std::map<std::string, std::string>& parameters)
if (!first)
{
stream << ",\n";
first = false;
}
first = false;
stream << "\"" << itr->first << "\": \"" << itr->second << "\"";
}
stream << "\n}";
Expand Down

0 comments on commit 4d4be0c

Please sign in to comment.