From f1df064766075ac2f36fb4027a4a683964f3be9a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 3 Dec 2005 00:41:57 +0100 Subject: Oops... A very small typo caused very weird problems in the line splitting code. --- protocols/nogaim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 101cbb14..d0676201 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -665,7 +665,7 @@ void serv_got_im( struct gaim_connection *gc, char *handle, char *msg, guint32 f /* If there's a newline/space in this string, split up there, looks a bit prettier. */ - if( ( nl = strrchr( msg, '\n' ) ) || ( nl = strchr( msg, ' ' ) ) ) + if( ( nl = strrchr( msg, '\n' ) ) || ( nl = strrchr( msg, ' ' ) ) ) { msg[425] = tmp; tmp = *nl; -- cgit v1.2.3