tsssseeeeuuuu....

This commit is contained in:
Tonton Th 2019-05-28 14:58:58 +02:00
parent 503c40f6df
commit 1edcd189aa
1 changed files with 1 additions and 1 deletions

View File

@ -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) {