1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Add g_strdup forgotten in r4471.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4542 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-06-06 16:55:48 +00:00 committed by exg
parent 78e24b0378
commit 64e6e92f20

View File

@ -137,7 +137,7 @@ static char *channel_get_nickmode_rec(NICK_REC *nickrec)
char *nickmode;
if (!settings_get_bool("show_nickmode"))
return "";
return g_strdup("");
emptystr = settings_get_bool("show_nickmode_empty") ? " " : "";