DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2086 Version: 1.3-current BTW: "memset(menuname, 0, sizeof(menuname));" and "memset(menulist, 0, sizeof(menulist));" don't do what one might expect, because sizeof(menuname) == 4 (size of the pointer). But it didn't change anything when I changed it accordingly. I also used calloc() to allocate the buffers and added more (400) bytes instead of only 4, but w/o success. Link: http://www.fltk.org/str.php?L2086 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
