diff options
-rw-r--r-- | gatchat/gatserver.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |