# HG changeset patch # User Luke Schierer # Date 1085343156 0 # Node ID 3f6d795d67d50c5a3b9005ed3d9cc741901fab52 # Parent bf4ecb0ae20824d1b2d99880de0b7f0e421b40e9 [gaim-migrate @ 9816] (16:10:42) SimGuy: LSchiere2: check napster.c for a comment about string freeze committer: Tailor Script diff -r bf4ecb0ae208 -r 3f6d795d67d5 src/protocols/napster/napster.c --- 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;