summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 09:00:35 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 09:00:35 +0200
commitfba30c4cf89fe4c77415f8bff1567b1ee4672f83 (patch)
tree3966e5731332503fe10e15837622ddcfd2fc97ee /src/common/cfgfiles.c
parent25f25069846cbf5276542901abbf201f5afafd38 (diff)
Rebrand xchatprefs
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 7c6f2eaa..a83bcd5f 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -651,7 +651,7 @@ load_config (void)
 	username = convert_with_fallback (username, "username");
 	realname = convert_with_fallback (realname, "realname");
 
-	memset (&prefs, 0, sizeof (struct xchatprefs));
+	memset (&prefs, 0, sizeof (struct hexchatprefs));
 
 	/* put in default values, anything left out is automatically zero */
 	prefs.local_ip = 0xffffffff;