diff options
author | bell@sanja.is.com.ua <> | 2004-03-23 22:11:50 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-03-23 22:11:50 +0200 |
commit | 23a74015f18542362fc5171ddd0f0620871f4814 (patch) | |
tree | c9452109c2b79031a760903bc1c2640f378f2141 /mysys/default.c | |
parent | 8215fbe957ffbcd3eae76aaa605b05407c5ea479 (diff) | |
parent | 97091f38fe61413d2d1af060d3bf0f6d0ac76818 (diff) | |
download | mariadb-git-23a74015f18542362fc5171ddd0f0620871f4814.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-conf-4.0
Diffstat (limited to 'mysys/default.c')
-rw-r--r-- | mysys/default.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/default.c b/mysys/default.c index e79b598101d..a913db2c487 100644 --- a/mysys/default.c +++ b/mysys/default.c @@ -461,7 +461,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; |