Reduced max number of entities because of stack problems

This commit is contained in:
2021-06-18 12:21:55 +02:00
parent d64f9605df
commit a5a33ad29c
+1 -1
View File
@@ -38,7 +38,7 @@
#define INTERNAL_ENTITY 0
#define EXTERNAL_ENTITY 1
#define MXML_MAX_ENTITY 500
#define MXML_MAX_ENTITY 50
#define MXML_MAX_CONDITION 10