Reduced max number of entities because of stack problems

This commit is contained in:
ritt 2021-06-18 12:21:55 +02:00
parent d64f9605df
commit a5a33ad29c

2
mxml.h
View File

@ -38,7 +38,7 @@
#define INTERNAL_ENTITY 0 #define INTERNAL_ENTITY 0
#define EXTERNAL_ENTITY 1 #define EXTERNAL_ENTITY 1
#define MXML_MAX_ENTITY 500 #define MXML_MAX_ENTITY 50
#define MXML_MAX_CONDITION 10 #define MXML_MAX_CONDITION 10