X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp.c;h=416b4f92065ef79716e7f966c3102e995071a112;hb=43614711df496ca48e368e6e74c9d2abb264ce5d;hp=56c16e31d7baf64fbf7c415b015b3de2967b6a38;hpb=91dab140da62ea364af1a82b2b5e67e69205b35f;p=paraslash.git diff --git a/mp.c b/mp.c index 56c16e31..416b4f92 100644 --- a/mp.c +++ b/mp.c @@ -541,6 +541,8 @@ bool mp_eval_row(const struct osl_row *aft_row, struct mp_context *ctx) { if (!ctx) /* dummy mood */ return true; + if (!ctx->ast) /* empty mood */ + return true; assert(aft_row); ctx->aft_row = aft_row; ctx->have_afsi = false;