diff options
Diffstat (limited to 'quadnames.c')
-rw-r--r-- | quadnames.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quadnames.c b/quadnames.c index 14c431e..bb191c5 100644 --- a/quadnames.c +++ b/quadnames.c @@ -45,7 +45,7 @@ Datum * getquad(void) { Rune *input = prompt(L"⎕:\n\t"); - Datum *result = evalline(input); + Datum *result = evalline(input, 1); /* TODO check that the expression doesn't fail */ return result; } |