summaryrefslogtreecommitdiffstats
path: root/stdlib/awk.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/awk.tl')
-rw-r--r--stdlib/awk.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/awk.tl b/stdlib/awk.tl
index d82ab8c3..1ce292ef 100644
--- a/stdlib/awk.tl
+++ b/stdlib/awk.tl
@@ -194,7 +194,7 @@
(hash-update-1 self.streams
^(,kind ,path)
(do or @1 (caseq kind
- ((:inf :outf) (open-file path mode))
+ ((:inf :outf :apf) (open-file path mode))
((:inp :outp) (open-command path mode))))
nil))