From 900e2771fc28fda5b3d63c1446dafdb486144d14 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Fri, 5 Jun 2015 09:36:17 +0200 Subject: [PATCH] - bug fix (illegal value should be printed) --- pardef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pardef.c b/pardef.c index 187b56f..a89eff7 100644 --- a/pardef.c +++ b/pardef.c @@ -387,7 +387,7 @@ static int ParOutError(SConnection * con, ParData * o) o->name, ctx->thisPar); break; case ILLNUM: - SCPrintf(con, eError, "ERROR: illegal value", o->name, ctx->valueArg); + SCPrintf(con, eError, "ERROR: illegal value %s", ctx->valueArg); break; case ILLARGC: SCPrintf(con, eError, "ERROR: illegal number of arguments for %s %s",