diff options
-rw-r--r-- | share/txr/stdlib/compiler.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl index e00004a2..88612e60 100644 --- a/share/txr/stdlib/compiler.tl +++ b/share/txr/stdlib/compiler.tl @@ -2180,7 +2180,7 @@ (unless out-stream (close-stream in-stream) - (error "~s: unable to open output file ~s" 'compile-file in-stream)) + (error "~s: unable to open output file ~s" 'compile-file out-path)) (list in-stream out-stream out-path))) |