Skip to content

Commit

Permalink
Subversion: add extra space after the commit message file
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Ifrah committed Mar 19, 2017
1 parent 852284d commit aa40c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Subversion2/subversion2.cpp
Expand Up @@ -1118,7 +1118,7 @@ void Subversion2::DoCommit(const wxArrayString& files, const wxString& workingDi

wxString filepath = tmpFile.GetFullPath();
::WrapWithQuotes(filepath);
command << wxT(" --file ") << filepath;
command << wxT(" --file ") << filepath << " ";

// Add the changed files
for(size_t i = 0; i < actualFiles.GetCount(); ++i) {
Expand Down

0 comments on commit aa40c69

Please sign in to comment.