changeset 217:200ea7c89d9a

[/trunk] Changeset 229 by mikael * Fix bad debug initialization :-(
author mikael
date Wed, 11 May 2005 06:27:17 +0000
parents 69cb8f642295
children 151b94061450
files mcabber/src/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/main.c	Tue May 10 19:02:12 2005 +0000
+++ b/mcabber/src/main.c	Wed May 11 06:27:17 2005 +0000
@@ -133,7 +133,7 @@
   if (configFile) g_free(configFile);
 
   optstring = cfg_read("debug");
-  if (optval) ut_InitDebug(1, optstring);
+  if (optstring) ut_InitDebug(1, optstring);
 
   servername = cfg_read("server");
   username   = cfg_read("username");