From d7801e0624bbaf88466c2502fdfe4f4c92996e5c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Mar 2004 19:25:30 +0100 Subject: [PATCH] comment --- mysys/default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;