diff options
-rw-r--r-- | parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -894,7 +894,7 @@ StateCondCommand::StateCondCommand() : State() State * StateCondCommand::custom(gchar chr) { - gint64 value; + gint64 value = 0; bool result; switch (mode) { |