=================================================================== RCS file: /cvs/texi2mdoc/util.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- texi2mdoc/util.c 2015/03/02 18:12:53 1.23 +++ texi2mdoc/util.c 2015/03/03 15:21:01 1.24 @@ -1,4 +1,4 @@ -/* $Id: util.c,v 1.23 2015/03/02 18:12:53 kristaps Exp $ */ +/* $Id: util.c,v 1.24 2015/03/03 15:21:01 kristaps Exp $ */ /* * Copyright (c) 2015 Kristaps Dzonsons * @@ -480,7 +480,7 @@ texiexecmacro(struct texi *p, struct teximacro *m, siz * The "sv" value was initialised at the start of the macro. */ if (sv > 0) - if (++p->files[p->filepos].depth > 64) + if (++p->files[p->filepos - 1].depth > 64) texierr(p, "maximium recursive depth"); args = argparse(p, pos, &asz, m->argsz);