changeset 201:f7b571debd81

Silence a warning when compiling with older versions of GCC.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Nov 2010 12:14:34 +0200
parents ec1ffa2043ec
children 4b93442bd411
files th_config.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_config.c	Thu Nov 18 03:53:01 2010 +0200
+++ b/th_config.c	Sat Nov 20 12:14:34 2010 +0200
@@ -562,7 +562,7 @@
                 tmpCh = c;
                 isStart = FALSE;
             } else if (VISEND(c)) {
-                BOOL tmpBool;
+                BOOL tmpBool = FALSE;
                 
                 /* End of boolean parsing */
                 switch (tmpCh) {