(I tried sending this to the listed maintainer, but didn't get anything
back, so I'm trying this method)
The bug is that the -timeout [seconds] option (eg: xvidtune -timeout 5)
doesn't work. If entered, the program will simply exit after displaying
possible options. The problem is in the line:
if (argc > 1) {
(line # 1,556 in xfree86 version 4.3.0, in programs/xvidtune/xvidtune.c)
If the line is changed to:
if (argc > 1 && argc != 3) {
then the timeout setting works. (Changing the amount of time needed for
the "test" button to automatically exit.)
Anyway, public domain and all that.
_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86