aboutsummaryrefslogtreecommitdiff
path: root/src/port/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/system.c')
-rw-r--r--src/port/system.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/port/system.c b/src/port/system.c
index f685a4e0b2d..b0f98efae62 100644
--- a/src/port/system.c
+++ b/src/port/system.c
@@ -7,7 +7,8 @@
* Win32 needs double quotes at the beginning and end of system()
* strings. If not, it gets confused with multiple quoted strings.
* It also requires double-quotes around the executable name and
- * any files used for redirection. Other args can use single-quotes.
+ * any files used for redirection. Filter other args through
+ * appendShellString() to quote them.
*
* Generated using Win32 "CMD /?":
*