diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index df88303..6b234d2 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.10.16.212205" +#define Cdrskin_timestamP "2007.10.18.193920" diff --git a/test/telltoc.c b/test/telltoc.c index cd37ec5..c655c02 100644 --- a/test/telltoc.c +++ b/test/telltoc.c @@ -171,7 +171,7 @@ int telltoc_aquire_by_driveno(int *driveno, int silent_drive) fprintf(stderr, "Beginning to scan for devices ...\n"); while (!burn_drive_scan(&drive_list, &drive_count)) - usleep(1002); + usleep(100002); if (drive_count <= 0 && *driveno >= 0) { fprintf(stderr, "FAILED (no drives found)\n"); return 0;