]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/debugrpt.cpp
Allow to set a style's wxFontEncoding
[wxWidgets.git] / src / common / debugrpt.cpp
index 717f7d1b13522eae358101259dff5357bef2988a..6dd37c874c124a88c33abecb862ef8c70d4e4825 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/log.h"
+    #include "wx/ffile.h"
     #include "wx/intl.h"
     #include "wx/utils.h"
 #endif // WX_PRECOMP
@@ -652,7 +653,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(),