--- BasiliskII/src/timer.cpp 2000/07/22 16:07:19 1.3 +++ BasiliskII/src/timer.cpp 2004/01/12 15:29:22 1.7 @@ -1,7 +1,7 @@ /* * timer.cpp - Time Manager emulation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -249,10 +249,8 @@ int16 PrimeTime(uint32 tm, int32 time) //!! PrimeTime(0) means continue previous delay // (save wakeup time in RmvTime?) - if (time == 0) { - printf("FATAL: Unsupported PrimeTime(0)\n"); - return 0; - } + if (time == 0) + printf("WARNING: Unsupported PrimeTime(0)\n"); // Yes, calculate wakeup time relative to last scheduled time tm_time_t wakeup;