mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
oops, one more manual_header
This commit is contained in:
@@ -88,7 +88,7 @@ context_create_with_scale :: proc(filename: string, precise_time: bool, timestam
|
||||
ctx.precise_time = precise_time
|
||||
ctx.timestamp_scale = timestamp_scale
|
||||
|
||||
temp := [size_of(Manual_Header)]u8{}
|
||||
temp := [size_of(Manual_Stream_Header)]u8{}
|
||||
_build_stream_header(temp[:], ctx.timestamp_scale)
|
||||
os.write(ctx.fd, temp[:])
|
||||
ok = true
|
||||
|
||||
Reference in New Issue
Block a user