Regulated coexistence of options -toc and -atip
This commit is contained in:
parent
8f232d1133
commit
3b57183e91
@ -4439,7 +4439,8 @@ set_abort_max_wait:;
|
|||||||
"cdrskin: --any_track : will accept any unknown option as track source\n");
|
"cdrskin: --any_track : will accept any unknown option as track source\n");
|
||||||
|
|
||||||
} else if(strcmp(argv[i],"-atip")==0) {
|
} else if(strcmp(argv[i],"-atip")==0) {
|
||||||
skin->do_atip= 1;
|
if(skin->do_atip<1)
|
||||||
|
skin->do_atip= 1;
|
||||||
if(skin->verbosity>=Cdrskin_verbose_cmD)
|
if(skin->verbosity>=Cdrskin_verbose_cmD)
|
||||||
printf("cdrskin: will put out some -atip style lines\n");
|
printf("cdrskin: will put out some -atip style lines\n");
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2006.10.22.130341"
|
#define Cdrskin_timestamP "2006.10.22.131452"
|
||||||
|
Loading…
Reference in New Issue
Block a user