DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2168 Version: 1.3-current Fl_Help_View::topline() should select a line according to the match to a given string. Unfortunedly the matching occurs non case sensitive and remains ambiguous for case variants. possible solution: in compare_targets() use strcmp instead of strcasecmp. The later is used in the other internal member functions. format() needs a different compare_func_t as it is working in a different scope. Link: http://www.fltk.org/str.php?L2168 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
