APplied patch [ 1182682 ] Fixes wxDebugReportUpload fail when app name contains spaces
by eco git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e0608d9fc2
commit
1152bba280
@ -652,7 +652,7 @@ bool wxDebugReportUpload::DoProcess()
|
|||||||
wxArrayString output, errors;
|
wxArrayString output, errors;
|
||||||
int rc = wxExecute(wxString::Format
|
int rc = wxExecute(wxString::Format
|
||||||
(
|
(
|
||||||
_T("%s -F %s=@%s %s"),
|
_T("%s -F %s=@\"%s\" %s"),
|
||||||
m_curlCmd.c_str(),
|
m_curlCmd.c_str(),
|
||||||
m_inputField.c_str(),
|
m_inputField.c_str(),
|
||||||
GetCompressedFileName().c_str(),
|
GetCompressedFileName().c_str(),
|
||||||
|
Loading…
Reference in New Issue
Block a user