Fixed #140: invalid separator char in parser.
This commit is contained in:
parent
4e28af3a21
commit
c7b0676619
@ -58,7 +58,7 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
|
||||||
//#define DEBUG_RESPONSE 1
|
#define DEBUG_RESPONSE 1
|
||||||
|
|
||||||
|
|
||||||
#if DEBUG_RESPONSE
|
#if DEBUG_RESPONSE
|
||||||
@ -762,7 +762,7 @@ public:
|
|||||||
size_t pos = *currentPos;
|
size_t pos = *currentPos;
|
||||||
|
|
||||||
VIMAP_PARSER_GET(uniqueid, m_uniqueid1);
|
VIMAP_PARSER_GET(uniqueid, m_uniqueid1);
|
||||||
VIMAP_PARSER_CHECK(one_char <','>);
|
VIMAP_PARSER_CHECK(one_char <':'>);
|
||||||
VIMAP_PARSER_GET(uniqueid, m_uniqueid2);
|
VIMAP_PARSER_GET(uniqueid, m_uniqueid2);
|
||||||
|
|
||||||
*currentPos = pos;
|
*currentPos = pos;
|
||||||
|
Loading…
Reference in New Issue
Block a user