aboutsummaryrefslogtreecommitdiff
path: root/src/interp/fortcall.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/fortcall.boot')
-rw-r--r--src/interp/fortcall.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/fortcall.boot b/src/interp/fortcall.boot
index 52179838..7c4ba4e4 100644
--- a/src/interp/fortcall.boot
+++ b/src/interp/fortcall.boot
@@ -619,7 +619,7 @@ writeData(tmpFile,indata) ==
-- the two Boolean values
v = "T" =>
xdrWrite(xstr,1)
- NULL v =>
+ null v =>
xdrWrite(xstr,0)
-- characters
string? v =>