- bugfixing

This commit is contained in:
Niels 2013-07-05 12:32:23 +02:00
parent abad903f31
commit ac5ff65856
2 changed files with 16 additions and 5 deletions

View file

@ -264,5 +264,6 @@ class JSON {
char _current;
char* _buffer;
size_t _pos;
size_t _length;
};
};