changeset 9040:3f6d795d67d5

[gaim-migrate @ 9816] (16:10:42) SimGuy: LSchiere2: check napster.c for a comment about string freeze committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 May 2004 20:12:36 +0000
parents bf4ecb0ae208
children 812e7aa7eafa
files src/protocols/napster/napster.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Sun May 23 20:06:10 2004 +0000
+++ b/src/protocols/napster/napster.c	Sun May 23 20:12:36 2004 +0000
@@ -240,9 +240,7 @@
 		int tmp = read(source, buf + i, len - i);
 		if (tmp <= 0) {
 			g_free(buf);
-			buf = g_strdup_printf(_("Unable to read message from server.  Command is %hd, length is %hd."), len, command);
-			/* Change this to use the line below when we're not in string freeze */
-			/* buf = g_strdup_printf(_("Unable to read message from server: %s.  Command is %hd, length is %hd."), strerror(errno), len, command); */
+			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;