src/Commands.cc

changeset 108
6409ece8297c
parent 99
44c0c7f31ae8
child 112
def56932f938
--- a/src/Commands.cc	Tue Feb 11 03:29:03 2014 +0200
+++ b/src/Commands.cc	Wed Feb 12 06:15:11 2014 +0200
@@ -99,7 +99,7 @@
 		{
 			text += " = ";
 
-			bool is_string = args[i].type == EStringType;
+			bool is_string = args[i].type == TYPE_String;
 
 			if (is_string)
 				text += '"';

mercurial