1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-11-23 16:42:10 +01:00

Use uint32 for decoding depth counter.

This commit is contained in:
Mikhail Sychev 2013-05-17 16:43:14 -07:00
parent d194048164
commit 6f731e94d1

@ -60,7 +60,7 @@ struct DecoderState
wchar_t *escEnd;
int escHeap;
int lastType;
JSUTF16 objDepth;
JSUINT32 objDepth;
JSONObjectDecoder *dec;
};