summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/locale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale.cpp b/src/locale.cpp
index fc314ca91..148fe42a2 100644
--- a/src/locale.cpp
+++ b/src/locale.cpp
@@ -1038,7 +1038,7 @@ ctype<char>::classic_table() _NOEXCEPT
#elif defined(_AIX)
return (const unsigned int *)__lc_ctype_ptr->obj->mask;
#elif defined(__ANDROID__)
- return _ctype_;
+ return _ctype_ + 1;
#else
// Platform not supported: abort so the person doing the port knows what to
// fix