]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/debugrpt.cpp
Fixed problem with changing size of board (at least on GTK1).
[wxWidgets.git] / src / common / debugrpt.cpp
index 717f7d1b13522eae358101259dff5357bef2988a..9e8ed6aff413c8c27575e26d097ad39f79614aec 100644 (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(),