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 --- scoop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scoop.c') diff --git a/scoop.c b/scoop.c index 5f15ed6..89f0d84 100644 --- a/scoop.c +++ b/scoop.c @@ -387,8 +387,8 @@ static enum Type parseType(const char *input) { int main(int argc, char *argv[]) { bool tty = isatty(STDOUT_FILENO); - char *path = NULL; bool shell = false; + const char *path = NULL; Format *format = (tty ? formatColor : formatPlain); bool sort = false; -- cgit 1.4.1