From: <sea...@us...> - 2006-07-06 18:02:19
|
Revision: 16448 Author: seanegan Date: 2006-07-06 11:02:17 -0700 (Thu, 06 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16448&view=rev Log Message: ----------- unitialized variable Modified Paths: -------------- trunk/console/gntgaim.c Modified: trunk/console/gntgaim.c =================================================================== --- trunk/console/gntgaim.c 2006-07-06 17:54:46 UTC (rev 16447) +++ trunk/console/gntgaim.c 2006-07-06 18:02:17 UTC (rev 16448) @@ -156,7 +156,7 @@ gboolean opt_version = FALSE; char *opt_config_dir_arg = NULL; char *opt_session_arg = NULL; - gboolean debug_enabled; + gboolean debug_enabled = FALSE; struct option long_options[] = { {"config", required_argument, NULL, 'c'}, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |