more informative

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@392 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-04 01:22:18 +00:00
parent cef4a1e478
commit 5031c2a92f

View file

@ -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