January 28, 2003
Walter,

On windows mars.cpp / mars.c has a problem with paths containing spaces: the function getenv_setargv splits commandline arguments based on spaces as separator. There is some interaction with the reading of 'sc.ini', since (absolute) expansion of "%@P%" strips surrounding quotes (which would keep the argument together in this case)

Just to let you know, it's a minor issue


January 29, 2003
Thanks