apparently i had a moment of dyslexia
This commit is contained in:
Justin Snyder
2024-06-19 17:53:34 -06:00
parent 1b7c4c2efe
commit 271782d2f4
+1 -1
View File
@@ -296,7 +296,7 @@ Returns:
*/
to_cstring :: proc(b: ^Builder) -> (res: cstring) {
append(&b.buf, 0)
defer pop(&p.buf)
defer pop(&b.buf)
return cstring(raw_data(b.buf))
}
/*