summaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rwxr-xr-xsrc/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 4f81b10..091d6cd 100755
--- a/src/command.c
+++ b/src/command.c
@@ -543,7 +543,7 @@ Return value:
{
ReInitializeSearcherContext(pos, ctx);
}
- i = Eval(ctx, -INFINITY, +INFINITY);
+ i = Eval(ctx, -INFINITY, +INFINITY, NULL);
Trace("Static eval: %s\n", ScoreToString(i));
}