Skip to content

Commit

Permalink
added more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfufu committed May 7, 2024
1 parent 4fb95ee commit 127f219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@ LinkTable *LinkTable_new(const char *url)
if (CACHE_SYSTEM_INIT) {
CacheDir_create(unescaped_path);
LinkTable *disk_linktbl;
/*
* TODO: Here we could be loading the old LinkTable again.
*/
disk_linktbl = LinkTable_disk_open(unescaped_path);
if (disk_linktbl) {
/*
Expand Down

0 comments on commit 127f219

Please sign in to comment.