- bug fix

This commit is contained in:
zolliker
2010-04-15 08:57:38 +00:00
parent 37f4fea6f4
commit ffa378b60d
2 changed files with 5 additions and 2 deletions

View File

@ -568,6 +568,7 @@ static int ParExecute(SConnection * con, SicsInterp * sics, void *object,
} else {
if (argc == 2) {
ctx->enumText = 0;
ctx->argc = 0;
ParDo(con, o, PAR_SHOW, argv[1]);
} else {
ctx->argc = argc - 2;