Skip to content

Commit

Permalink
Fixup read() signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Jul 12, 2017
1 parent 7b128cf commit 56949bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/vibe/http/websockets.d
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ final class IncomingWebSocketMessage : InputStream {
return true;
}

void read(scope ubyte[] dst, IOMode mode)
size_t read(scope ubyte[] dst, IOMode mode)
{
size_t nread = 0;

Expand Down

0 comments on commit 56949bf

Please sign in to comment.