Subj : CVS commit src/sbbs3/xtrn.cpp To : All From : rswindell Date : Sat Sep 03 2005 02:48 pm src/sbbs3 xtrn.cpp 1.185 1.186 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv22807 Modified Files: xtrn.cpp Log Message: Only auto-quote the following cmd-line specifiers: %a, %o, %f, and %~. If you want to use %a, %o, or %f, *not* auto-quoted, use %A, %O, or %F instead. Auto-quoting of %s was a likely problem for Baja modules that use %s to expand to the current command string (where auto-quoting would be undesireable). .