--- gaim-0.78/src/protocols/napster/napster.c-org 2004-06-06 15:38:15.000000000 +0200 +++ gaim-0.78/src/protocols/napster/napster.c 2004-06-06 15:38:29.000000000 +0200 @@ -240,9 +240,9 @@ int tmp = read(source, buf + i, len - i); if (tmp <= 0) { g_free(buf); - buf = g_strdup_printf(_("Unable to read message from server: %s. Command is %hd, length is %hd."), strerror(errno), len, command); - gaim_connection_error(gc, buf); - g_free(buf); + // buf = g_strdup_printf(_("Unable to read message from server: %s. Command is %hd, length is %hd."), strerror(errno), len, command); + // gaim_connection_error(gc, buf); + // g_free(buf); return; } i += tmp;