From 7ee5fbd0ab8993b2e569909ff2edbaff21910d4a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 20 Aug 2020 21:52:16 -0400 Subject: Use dataPath for dbFind --- unscoop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unscoop.c') diff --git a/unscoop.c b/unscoop.c index c9e68f3..6638774 100644 --- a/unscoop.c +++ b/unscoop.c @@ -329,8 +329,8 @@ static void dedupEvents(sqlite3 *db) { int main(int argc, char *argv[]) { bool test = false; - char *path = NULL; bool dedup = false; + const char *path = NULL; const char *network = NULL; const char *context = NULL; const struct Format *format = &Formats[0]; -- cgit 1.4.1