[Lcdproc] bugfix in driver pyramid
Harald Latzko
root@c-works.net
Wed Jun 13 17:16:02 2007
hello!
could someone with appropriate permissions change a driver file please?
file: lcdproc-0.5.2/server/drivers/pylcd.c
line 961: printf("x=%d, y=%d, icon=%x\n", x,y,icon);
please either comment out this line completely or use the debug()
facility to print out debugging information. (in fact, there is one
more printf occurance in line 900, but i've never seen this output)
this printf causes the shell where LCDd is started being printed full
with debugging information when starting a menu interaction. here's
an example output when starting the LCDd menu:
x=1, y=2, icon=128
x=1, y=2, icon=128
x=1, y=2, icon=128
x=1, y=2, icon=128
x=1, y=2, icon=128
x=1, y=2, icon=128
x=1, y=2, icon=128
regards,
harald