Merge bk-internal:/home/bk/mysql-4.0/

into serg.mylan:/usr/home/serg/Abk/mysql-4.0
This commit is contained in:
unknown 2004-03-23 19:26:03 +01:00
commit 57c48a22b6

View file

@ -460,7 +460,7 @@ static char *remove_end_comment(char *ptr)
else if (quote == *ptr)
quote= 0;
}
if (!quote && *ptr == '#') /* We are not inside a comment */
if (!quote && *ptr == '#') /* We are not inside a string */
{
*ptr= 0;
return ptr;