aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/deco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/deco.c')
-rw-r--r--src/deco.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deco.c b/src/deco.c
index 5d03e75..9719f06 100644
--- a/src/deco.c
+++ b/src/deco.c
@@ -290,6 +290,7 @@ void init_decostate(decostate_t *ds, const unsigned char gflo, const unsigned ch
ds->gflo = gflo;
ds->gfhi = gfhi;
ds->firststop = -1;
+ ds->max_depth = 0;
ds->ceil_multiple = ceil_multiple;
}