Skip to content

Commit

Permalink
[DRun] Drun read url field from cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Feb 18, 2024
1 parent f539a08 commit 1c8159c
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 @@ -1010,6 +1010,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 1c8159c

Please sign in to comment.