Mercurial > pidgin
changeset 13928:4ed8330435eb
[gaim-migrate @ 16448]
unitialized variable
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 06 Jul 2006 18:02:17 +0000 |
parents | 9309d27d780c |
children | 59af3aecf580 |
files | console/gntgaim.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/console/gntgaim.c Thu Jul 06 17:54:46 2006 +0000 +++ b/console/gntgaim.c Thu Jul 06 18:02:17 2006 +0000 @@ -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'},