Regulated coexistence of options -toc and -atip

This commit is contained in:
Thomas Schmitt 2006-10-22 13:14:33 +00:00
parent 8f232d1133
commit 3b57183e91
2 changed files with 3 additions and 2 deletions

View File

@ -4439,7 +4439,8 @@ set_abort_max_wait:;
"cdrskin: --any_track : will accept any unknown option as track source\n");
} 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)
printf("cdrskin: will put out some -atip style lines\n");

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.10.22.130341"
#define Cdrskin_timestamP "2006.10.22.131452"