1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
unknown
2004-03-23 19:25:30 +01:00
parent fd15d5ae1f
commit d7801e0624

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;