squish.lua

changeset 41
4ff9ecb6f1f6
parent 39
1d2cca116cce
child 46
c09caa0317cc
--- a/squish.lua	Mon Jul 27 04:01:53 2009 +0100
+++ b/squish.lua	Mon Jul 27 04:10:10 2009 +0100
@@ -252,7 +252,7 @@
 		f:write(data);
 		f:write("]", string.rep("=", maxequals+1), "];");
 	end
-	if opts.enable_virtual_io then
+	if opts.virtual_io then
 		local vio = require_resource("vio");
 		if not vio then
 			print_err("Virtual IO requested but is not enabled in this build of squish");

mercurial