XForms: bug report: fl_show_choice with 2 choices returns 3

Tristan Savatier (tristan@mpegtv.com)
Thu, 08 Jul 1999 01:05:00 -0700

# To subscribers of the xforms list from Tristan Savatier <tristan@mpegtv.com> :

fl_show_choice(
"You cannot continue using this software if you disagree",
"with the terms and conditions set forth in the license.",
"",
2,
"I still don't\nagree",
"Read License\nagain",
"",
1);

Clicking in the "Read License\nagain" button causes
fl_show_choice to return 3 instead of 2. Since there
are only 2 buttons, fl_show_choice should return 1 or 2
(according to the manual).

Note: this bug occurs with the linux-x86 glibc version:

#define FL_VERSION 0
#define FL_REVISION 88
#define FL_FIXLEVEL 1

The bug does not occur with the linux-x86 libc5 version:

#define FL_VERSION 0
#define FL_REVISION 88
#define FL_FIXLEVEL 0

-t
_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuhs.mil or see
http://bob.usuhs.mil/mailserv/xforms.html
XForms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuhs.mil/mailserv/list-archives/