From 1edcd189aa723ec08023a5b04d6e71c7e43da377 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Tue, 28 May 2019 14:58:58 +0200 Subject: [PATCH] tsssseeeeuuuu.... --- v4l2/grabvidseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 0e7683f..7b1655f 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -84,7 +84,7 @@ int period = 10; /* delai entre les captures */ int nbre_capt = 1; /* nombre de captures */ int opt; double t_debut, t_final; -char dest_dir = ""; /* must have the trailing slash */ +char *dest_dir = "."; /* no trailing slash */ while ((opt = getopt(argc, argv, "d:hn:O:p:v")) != -1) { switch(opt) {