mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 06:14:14 +00:00
[DRUN] Possible fix for crash with cache file v3
This commit is contained in:
parent
070c830a92
commit
3a4981498d
1 changed files with 1 additions and 0 deletions
|
@ -1012,6 +1012,7 @@ static gboolean drun_read_cache(DRunModePrivateData *pd,
|
||||||
drun_read_stringv(fd, &(entry->keywords));
|
drun_read_stringv(fd, &(entry->keywords));
|
||||||
|
|
||||||
drun_read_string(fd, &(entry->comment));
|
drun_read_string(fd, &(entry->comment));
|
||||||
|
drun_read_string(fd, &(entry->url));
|
||||||
int32_t type = 0;
|
int32_t type = 0;
|
||||||
drun_read_integer(fd, &(type));
|
drun_read_integer(fd, &(type));
|
||||||
entry->type = type;
|
entry->type = type;
|
||||||
|
|
Loading…
Reference in a new issue