add missing advance of buffer pointer

This commit is contained in:
Axel Kohlmeyer
2021-12-31 00:14:52 -05:00
parent ca3be99e77
commit 6d9764e140

View File

@ -1694,6 +1694,7 @@ void Atom::data_bodies(int n, char *buf, AtomVec *avec_body, tagint id_offset)
buf += strlen(buf)+1;
}
}
buf += strspn(buf," \t\n\r\f");
}
delete[] ivalues;