Fix branching on undefined

This commit is contained in:
Jarred SUmner
2023-01-26 05:20:53 -08:00
parent 2c23d8736f
commit fbe45fcb03

View File

@@ -298,6 +298,7 @@ pub fn BSSStringList(comptime _count: usize, comptime _item_length: usize) type
if (!loaded) {
instance = Self{
.allocator = allocator,
.backing_buf_used = 0,
};
loaded = true;
}