]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/process.h
Always NUL-terminate wxPrintfConvSpec::m_szFlags.
[wxWidgets.git] / include / wx / process.h
index 12d1dcce7cb20443b296629bc7305a4bac84908a..2f1027ae64d76cd3999892e66d4a53b7c97f4014 100644 (file)
@@ -106,7 +106,7 @@ public:
 
     // implementation only - don't use!
     // --------------------------------
-    
+
     // needs to be public since it needs to be used from wxExecute() global func
     void SetPid(long pid) { m_pid = pid; }