diff config.c @ 1:874f6b582761

imgpasterd: fix default path
author David Demelier <markand@malikania.fr>
date Wed, 25 Nov 2020 21:44:17 +0100
parents f41e1b48510d
children 1cf90affaa33
line wrap: on
line diff
--- a/config.c	Wed Nov 25 21:13:03 2020 +0100
+++ b/config.c	Wed Nov 25 21:44:17 2020 +0100
@@ -19,7 +19,7 @@
 #include "config.h"
 
 struct config config = {
-	.databasepath   = VARDIR "/imgpaster/paster.db",
+	.databasepath   = VARDIR "/imgpaster/imgpaster.db",
 	.themedir       = SHAREDIR "/imgpaster/themes/minimal",
 	.verbosity      = 1
 };