[DRUN] Possible fix for crash with cache file v3

This commit is contained in:
lbonn 2024-02-17 23:03:02 +01:00
parent 070c830a92
commit 3a4981498d

View file

@ -1012,6 +1012,7 @@ static gboolean drun_read_cache(DRunModePrivateData *pd,
drun_read_stringv(fd, &(entry->keywords));
drun_read_string(fd, &(entry->comment));
drun_read_string(fd, &(entry->url));
int32_t type = 0;
drun_read_integer(fd, &(type));
entry->type = type;