> hello, > > in windows FLTK shows me chars that are not there: > http://img77006.pictiger.com/images/17220960/z/ > > in the top you see the file i read from, its plain text, one preset name > after the other, each exactly 16 chars long. in the middle is the code i use > to feed the browsers with the names. below the result. as you can see, also > the buttons get fed by those strings and, yeah, everything that got fed by > the names of those files looks weird in windows. > btw, name is: char name[16]; > > any ideas? ty, jan
sorry and nm, read that strdup is used which gave me the idea that i should "terminate" the string with some '\0'. that worked :) _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

