bug 1316531 fixed? i have no way to test
authorBrenden Matthews <brenden1@rty.ca>
Sat, 8 Oct 2005 02:48:21 +0000 (02:48 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Sat, 8 Oct 2005 02:48:21 +0000 (02:48 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@342 7f574dfc-610e-0410-a909-a81674777703

ChangeLog
src/conky.c

index c9ad336..ec52843 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 # $Id$
 
+2005-10-07
+       * fixed mldonkey bug? sf.net bug 1316531
+
 2005-09-30
        * Linkstatus patch from btlee on f.g.o (see
        http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
index e52617c..3e5bd4b 100644 (file)
@@ -4265,7 +4265,7 @@ static void set_default_configurations(void)
        update_interval = 10.0;
        stuff_in_upper_case = 0;
 #ifdef MLDONKEY
-       mlconfig.mldonkey_hostname = "127.0.0.1";
+       mlconfig.mldonkey_hostname = strdup("127.0.0.1");
        mlconfig.mldonkey_port = 4001;
        mlconfig.mldonkey_login = NULL;
        mlconfig.mldonkey_password = NULL;