diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-10-31 10:29:49 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-10-31 10:29:49 -0400 |
| commit | b04c6cee60814655fc5356879aa4b0d002e94791 (patch) | |
| tree | 744bfcdfb6b2a4bcb0bb5c2b245ab6bcfb35146f /std/io.zig | |
| parent | 4e12f909df6ab2f71848bbc70433a718f7549627 (diff) | |
| parent | d9ed3d186dc09cab05b841b924664fc886077275 (diff) | |
| download | zig-b04c6cee60814655fc5356879aa4b0d002e94791.tar.gz zig-b04c6cee60814655fc5356879aa4b0d002e94791.zip | |
Merge branch 'add-test-for-atomic-Queue-dump' of https://github.com/winksaville/zig into winksaville-add-test-for-atomic-Queue-dump
Diffstat (limited to 'std/io.zig')
| -rw-r--r-- | std/io.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io.zig b/std/io.zig index c35eda821c..69d77a0fc9 100644 --- a/std/io.zig +++ b/std/io.zig @@ -442,7 +442,7 @@ pub const SliceOutStream = struct.{ pub stream: Stream, - pos: usize, + pub pos: usize, slice: []u8, pub fn init(slice: []u8) SliceOutStream { |
