aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cstream.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/cstream.boot')
-rw-r--r--src/interp/cstream.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/cstream.boot b/src/interp/cstream.boot
index 5695f37a..85b2b874 100644
--- a/src/interp/cstream.boot
+++ b/src/interp/cstream.boot
@@ -42,7 +42,7 @@ npNull x== StreamNull x
StreamNull x==
null x or x is ["nullstream",:.] => true
while x is ["nonnullstream",:.] repeat
- st:=APPLY(CADR x,CDDR x)
+ st:=APPLY(second x,CDDR x)
RPLACA(x,CAR st)
RPLACD(x,CDR st)
x is ["nullstream",:.]