aboutsummaryrefslogtreecommitdiff
path: root/src/interp/newfort.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/newfort.boot')
-rw-r--r--src/interp/newfort.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/newfort.boot b/src/interp/newfort.boot
index 203345e9..e5940afa 100644
--- a/src/interp/newfort.boot
+++ b/src/interp/newfort.boot
@@ -307,7 +307,7 @@ fortran2Lines1 f ==
line := normPref
ff := first f
while ok repeat
- (ll + (sff := SIZE ff)) <= $fortLength =>
+ (ll + (sff := # ff)) <= $fortLength =>
ll := ll + sff
line := strconc(line,ff)
f := rest f