aboutsummaryrefslogtreecommitdiff
path: root/include/site.h
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-03-24 01:09:48 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-03-24 01:09:48 +0300
commit75906fbb296d2ed7cd9ca05e1b7bf0c92f84a30b (patch)
tree863208f0605c1b609cf00d1e0e418c923ed40724 /include/site.h
parent9297781c79dbfe68a817474d0395001fd9746770 (diff)
downloadrevela-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.h2
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;