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:
Julian Smart 2005-04-16 10:16:49 +00:00
parent e0608d9fc2
commit 1152bba280

View File

@ -652,7 +652,7 @@ bool wxDebugReportUpload::DoProcess()
wxArrayString output, errors;
int rc = wxExecute(wxString::Format
(
_T("%s -F %s=@%s %s"),
_T("%s -F %s=@\"%s\" %s"),
m_curlCmd.c_str(),
m_inputField.c_str(),
GetCompressedFileName().c_str(),