--- 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 += '"';