Skip to content

Commit

Permalink
[DRUN] Possible fix for crash with cache file v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonn committed Feb 17, 2024
1 parent 070c830 commit 3a49814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/modes/drun.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a49814

Please sign in to comment.