always-refresh dev option

This commit is contained in:
Ryan Fleury
2025-06-20 10:55:45 -07:00
parent 995f65ee1a
commit ce9f7f691a
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -2324,7 +2324,7 @@ dw_read_line_file(String8 data,
DW_LNCT lnct = enc_arr[enc_idx*2 + 0];
DW_FormKind form_kind = enc_arr[enc_idx*2 + 1];
DW_Form form = {0};
U64 bytes_read;
U64 bytes_read = 0;
switch (lnct) {
case DW_LNCT_Path: {
bytes_read = dw_read_form(data, cursor, version, format, address_size, form_kind, max_U64, &form);