| author | |
| committer | |
| log | 3f8ed5504ef1968611b59282490262450f99165d |
| tree | 1d058ebe84d90053ff3ba4c76a804e14ec5a8566 |
| parent | 3837862e5217ebe3056a4628d78b6808e33a1b4f |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/net.zig+1-1| ... | @@ -1944,7 +1944,7 @@ pub const Stream = struct { | ... | @@ -1944,7 +1944,7 @@ pub const Stream = struct { |
| 1944 | pub const Error = ReadError; | 1944 | pub const Error = ReadError; |
| 1945 | 1945 | ||
| 1946 | pub fn getStream(r: *const Reader) Stream { | 1946 | pub fn getStream(r: *const Reader) Stream { |
| 1947 | return r.stream; | 1947 | return r.net_stream; |
| 1948 | } | 1948 | } |
| 1949 | 1949 | ||
| 1950 | pub fn getError(r: *const Reader) ?Error { | 1950 | pub fn getError(r: *const Reader) ?Error { |