From: johanengelen Date: Sun, 1 Apr 2007 15:54:33 +0000 (+0000) Subject: added clarifying comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1d50069b98791aa02be80700f203d4ff3ee58e58;p=inkscape.git added clarifying comment --- diff --git a/src/extension/parameter.cpp b/src/extension/parameter.cpp index 3dc0842ec..66405e57e 100644 --- a/src/extension/parameter.cpp +++ b/src/extension/parameter.cpp @@ -16,7 +16,7 @@ # include "config.h" #endif -#ifdef linux +#ifdef linux // does the dollar sign need escaping when passed as string parameter? # define ESCAPE_DOLLAR_COMMANDLINE #endif