mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +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.precise_time = precise_time
|
||||||
ctx.timestamp_scale = timestamp_scale
|
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)
|
_build_stream_header(temp[:], ctx.timestamp_scale)
|
||||||
os.write(ctx.fd, temp[:])
|
os.write(ctx.fd, temp[:])
|
||||||
ok = true
|
ok = true
|
||||||
|
|||||||
Reference in New Issue
Block a user