Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Small timer display glitch



Hi,
if a timer with a firstday is recording at this firstday, the
display in the timers menu still shows !, but I think it show #
as the timer is recording.

--- menu.c	Sun Mar 31 23:17:42 2002
+++ menu.c.new	Fri Apr  5 22:24:45 2002
@@ -1160,7 +1160,7 @@
 {
   char *buffer = NULL;
   asprintf(&buffer, "%c\t%d\t%s\t%02d:%02d\t%02d:%02d\t%s",
-                    !timer->active ? ' ' : timer->firstday ? '!' : timer->recording ? '#' : '>',
+                    !timer->active ? ' ' : timer->recording ? '#' : timer->firstday ? '!' : '>',
                     timer->channel,
                     timer->PrintDay(timer->day),
                     timer->start / 100,


-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan



Home | Main Index | Thread Index