Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
clpm
clpi
Commits
f42bf48a
Commit
f42bf48a
authored
May 09, 2020
by
Eric Timmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make OBJECT-WRITE a bit more robust to different stream types
parent
0af3e486
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/object-store-file.lisp
src/object-store-file.lisp
+1
-1
No files found.
src/object-store-file.lisp
View file @
f42bf48a
...
...
@@ -61,7 +61,7 @@
:element-type
(
stream-element-type
in-stream
)
:direction
:output
:if-exists
:supersede
)
(
uiop:copy-stream-to-stream
in-stream
s
))))
(
uiop:copy-stream-to-stream
in-stream
s
:element-type
(
stream-element-type
in-stream
)
))))
(
defmethod
call-with-open-object-stream
((
object-store
file-object-store
)
path
thunk
&rest
args
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment