0

added quotes around parameter in pngout snippet

Thanks Lathanael
This commit is contained in:
Andrew Brown
2011-10-13 23:28:18 -04:00
parent 67dd795e60
commit 27330cb45f

View File

@@ -311,7 +311,7 @@ need to be doubled up if this is in a batch file.
:: ::
FOR /R c:\path\to\tiles\folder %v IN (*.png) DO pngout %v /y FOR /R c:\path\to\tiles\folder %v IN (*.png) DO pngout "%v" /y
Bugs Bugs
==== ====