slight change to odin type

This commit is contained in:
Nic Barker 2025-01-03 10:59:22 +13:00
parent 91ef8c7c0d
commit b116e46650

View File

@ -18,7 +18,7 @@ when ODIN_OS == .Windows {
}
String :: struct {
length: c.int,
length: c.int32_t,
chars: [^]c.char,
}