From 5031c2a92fe704bc0b5c3164ded31ac4a95d1119 Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 4 Nov 2004 01:22:18 +0000 Subject: [PATCH] more informative git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@392 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/qclib/execloop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/qclib/execloop.h b/engine/qclib/execloop.h index b3ff1a9d0..c29b3462d 100644 --- a/engine/qclib/execloop.h +++ b/engine/qclib/execloop.h @@ -484,10 +484,10 @@ reeval: else pr_argc = st->op - OP_CALL0; fnum = OPA->function; - if ((fnum & ~0xff000000)<=0) + if ((fnum & ~0xff000000)==0) { pr_trace++; - printf("NULL function from qc.\n"); + printf("NULL function from qc (%s).\n", pr_xfunction->s_name); #ifndef DEBUGABLE goto cont; #endif