forked from tTh/FloatImg
tsssseeeeuuuu....
This commit is contained in:
parent
503c40f6df
commit
1edcd189aa
@ -84,7 +84,7 @@ int period = 10; /* delai entre les captures */
|
|||||||
int nbre_capt = 1; /* nombre de captures */
|
int nbre_capt = 1; /* nombre de captures */
|
||||||
int opt;
|
int opt;
|
||||||
double t_debut, t_final;
|
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) {
|
while ((opt = getopt(argc, argv, "d:hn:O:p:v")) != -1) {
|
||||||
switch(opt) {
|
switch(opt) {
|
||||||
|
Loading…
Reference in New Issue
Block a user