Fixes bug 176816: Incorrect &who for open-output-file
This commit is contained in:
parent
bbe388656c
commit
cee16e7463
|
@ -1284,7 +1284,7 @@
|
|||
(die 'open-output-file "invalid filename" filename))
|
||||
(fh->output-port
|
||||
(open-output-file-handle filename (file-options)
|
||||
'open-input-file)
|
||||
'open-output-file)
|
||||
filename
|
||||
output-file-buffer-size
|
||||
(native-transcoder)
|
||||
|
|
|
@ -1 +1 @@
|
|||
1252
|
||||
1253
|
||||
|
|
Loading…
Reference in New Issue