From 27d0bc6ccf75176b22b417b554d00a5580fc87d7 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Wed, 31 Mar 2010 06:57:33 +0200 Subject: Fix ampersand commands check Also remove a trailing tab. --- gatchat/gatserver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gatchat/gatserver.c') diff --git a/gatchat/gatserver.c b/gatchat/gatserver.c index 031e5420..839ebe4d 100644 --- a/gatchat/gatserver.c +++ b/gatchat/gatserver.c @@ -570,9 +570,9 @@ static int get_basic_prefix_size(const char *buf) /* All other cases it is a simple 1 character prefix */ return 1; } - + if (buf[0] == '&') { - if (g_ascii_isalpha(buf[0] == FALSE)) + if (g_ascii_isalpha(buf[1]) == FALSE) return 0; return 2; -- cgit v1.2.3