diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-03-24 01:09:48 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-03-24 01:09:48 +0300 |
commit | 75906fbb296d2ed7cd9ca05e1b7bf0c92f84a30b (patch) | |
tree | 863208f0605c1b609cf00d1e0e418c923ed40724 /include/site.h | |
parent | 9297781c79dbfe68a817474d0395001fd9746770 (diff) | |
download | revela-75906fbb296d2ed7cd9ca05e1b7bf0c92f84a30b.tar.gz revela-75906fbb296d2ed7cd9ca05e1b7bf0c92f84a30b.zip |
Switch from unja to roscha
Still a WIP, some bugs need to be fixed.
Also change the license to GPL from LGPL. It was always meant to be GPL,
not sure what brain fart caused this.
Diffstat (limited to 'include/site.h')
-rw-r--r-- | include/site.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/site.h b/include/site.h index db82517..e054730 100644 --- a/include/site.h +++ b/include/site.h @@ -31,7 +31,7 @@ struct site { size_t rel_content_dir; struct bstree *albums; /* Files/dirs that belong to albums and which shouldn't be deleted */ - struct hashmap *album_dirs; + struct hmap *album_dirs; struct render render; bool dry_run; size_t albums_updated; |