1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Update src/libutil/serialise.hh

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Eelco Dolstra 2024-08-21 19:50:24 +02:00 committed by GitHub
parent 39daa4a0d3
commit ce7cf4a2d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -533,7 +533,7 @@ struct FramedSource : Source
* Write as chunks in the format expected by FramedSource. * Write as chunks in the format expected by FramedSource.
* *
* The `checkError` function can be used to terminate the stream when you * The `checkError` function can be used to terminate the stream when you
* detect that an error has occurred. * detect that an error has occurred. It does so by throwing an exception.
*/ */
struct FramedSink : nix::BufferedSink struct FramedSink : nix::BufferedSink
{ {