summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfgparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfgparser.c b/cfgparser.c
index 50a06deae4..a9989a5394 100644
--- a/cfgparser.c
+++ b/cfgparser.c
@@ -216,7 +216,7 @@ m_config_pop(m_config_t* config) {
#ifdef MP_DEBUG
assert(config != NULL);
- assert(config->cs_level > 0);
+ //assert(config->cs_level > 0);
#endif
if(config->config_stack[config->cs_level] != NULL) {