]> git.sur5r.net Git - cc65/commit
Allow spaces in path names.
authorOliver Schmidt <ol.sc@web.de>
Fri, 8 Jun 2018 17:16:18 +0000 (19:16 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 8 Jun 2018 17:16:18 +0000 (19:16 +0200)
commitb74ab9de899edd35738cd6b08693f3f2a9a17dae
tree6889c5d3b595d6b453ae473bbdb76f7a01e40acb
parent9877042450f9c4c282ad18c947e46a3a7cb211ea
Allow spaces in path names.

The Microsoft C Library needs to have spawnvp() parameters with spaces quoted manually. We do this only if actually necessary to limit issues with parameters already containing double quotes.
src/cl65/main.c