Commit 588add26 authored by lars@mysql.com's avatar lars@mysql.com

WL#2835: Base64

Fixes after Jonas review
parent 0abcffcb
......@@ -102,7 +102,7 @@ pos(unsigned char c)
#define SKIP_SPACE(src, i, size) \
{ \
while (i < size && my_isspace(default_charset_info, * src)) \
while (i < size && my_isspace(&my_charset_latin1, * src)) \
{ \
i++; \
src++; \
......
......@@ -6,6 +6,3 @@ INCLUDES += -I$(srcdir) \
-I$(top_srcdir)/ndb/include/util \
-I$(top_srcdir)/ndb/include/portlib \
-I$(top_srcdir)/ndb/include/logger
LDADD += \
$(top_builddir)/mysys/libmysys.a
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment