diff options
author | lars@mysql.com <> | 2005-12-22 06:39:02 +0100 |
---|---|---|
committer | lars@mysql.com <> | 2005-12-22 06:39:02 +0100 |
commit | ad126d90e019f223470e73e1b2b528f9007c4532 (patch) | |
tree | 192a6c65973c50f6a436a8c6e6bb19efa2ed2419 /mysys/base64.c | |
parent | 0f8f444b8be51db1265a3c30a576c9e404b86071 (diff) | |
download | mariadb-git-ad126d90e019f223470e73e1b2b528f9007c4532.tar.gz |
WL#1012: All changes as one single changeset.
This includes both code and test cases.
Diffstat (limited to 'mysys/base64.c')
-rw-r--r-- | mysys/base64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/base64.c b/mysys/base64.c index b29c8ff8360..60218993c42 100644 --- a/mysys/base64.c +++ b/mysys/base64.c @@ -16,6 +16,7 @@ #include <base64.h> #include <m_string.h> /* strchr() */ +#include <m_ctype.h> /* my_isspace() */ #ifndef MAIN @@ -115,7 +116,6 @@ pos(unsigned char c) } \ if (i == size) \ { \ - i= size + 1; \ break; \ } \ } |