mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-15 00:22:23 -07:00
fix empty file edge case in hash store / text cache
This commit is contained in:
@@ -2168,7 +2168,7 @@ txt_parse_thread__entry_point(void *p)
|
||||
//- rjf: data -> text info
|
||||
Arena *info_arena = 0;
|
||||
TXT_TextInfo info = {0};
|
||||
if(got_task && data.size != 0)
|
||||
if(got_task && !u128_match(hash, u128_zero()))
|
||||
{
|
||||
info_arena = arena_alloc();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user