From 27330cb45f81ac97fbc1012180b583e728aee574 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 13 Oct 2011 23:28:18 -0400 Subject: [PATCH] added quotes around parameter in pngout snippet Thanks Lathanael --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6bf8047..3e22ea1 100644 --- a/README.rst +++ b/README.rst @@ -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 ====