summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-03-23 19:25:30 +0100
committerunknown <serg@serg.mylan>2004-03-23 19:25:30 +0100
commit8652b22afe83362aebf7809aad3013229b6fb7c8 (patch)
tree05ebc7d9cce96aff802d9456e047412a0e909b3a /mysys
parentb436a551fc7d4c729ddb20225166e53ba835dbc3 (diff)
downloadmariadb-git-8652b22afe83362aebf7809aad3013229b6fb7c8.tar.gz
comment
Diffstat (limited to 'mysys')
-rw-r--r--mysys/default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/default.c b/mysys/default.c
index 3c9f9c823a1..1c4547bdb0a 100644
--- a/mysys/default.c
+++ b/mysys/default.c
@@ -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;