diff options
Diffstat (limited to 'src/interp/sfsfun.boot')
-rw-r--r-- | src/interp/sfsfun.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sfsfun.boot b/src/interp/sfsfun.boot index f1cba953..1ccba154 100644 --- a/src/interp/sfsfun.boot +++ b/src/interp/sfsfun.boot @@ -72,7 +72,7 @@ namespace BOOT FloatError(formatstring,arg) == -- ERROR(formatstring,arg) - ERROR FORMAT([],formatstring,arg) + ERROR formatToString(formatstring,arg) nangenericcomplex () == COMPLEX NaNQ() |