]> git.mxchange.org Git - flightgear.git/commit
#663: fgadmin not working properly (with latest Fltk)
authorThorstenB <brehmt@gmail.com>
Sun, 12 Feb 2012 16:39:01 +0000 (17:39 +0100)
committerThorstenB <brehmt@gmail.com>
Sun, 12 Feb 2012 16:45:05 +0000 (17:45 +0100)
commit7c657dfa71be3bd218e7f2a1d9d98b77e547a122
tree87b49aaf3da585314cf03c5811513b116aa3f756
parentf6c3a41b92f1e40749dfcd3b1afac5013ecaf719
#663: fgadmin not working properly (with latest Fltk)
Some things about fltk seem changed, which broke fgadmin:
fl_filename_list could return negative number instead of 0.
fl_filename_list now has a "/" appended to every reported directory name.
free( list ) now caused a segfault - use fltk's method to free memory.
fgadmin should now work with new and old Fltk.
utils/fgadmin/src/fgadmin_funcs.cxx