do not use digit grouping for pointers

master
Daniel Kolesa 2017-02-26 04:23:51 +01:00
parent ffc5bc0442
commit 9f286f88f3
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ private:
auto grpp = reinterpret_cast<unsigned char const *>(grp.data());
unsigned char grpn = *grpp;
for (; val; val /= base) {
if (*grpp) {
if (!ptr && *grpp) {
if (!grpn) {
buf[n++] = tsep;
if (*(grpp + 1)) {