Just can't stay away
Joined: 2007/7/14 21:30 Last Login
: 2024/12/10 19:41
From Lothric
Group:
Registered Users
|
@trixie
DSI issue is caused because ListBox class getSelectedIndex returns -1, which ListBoxFileBrowser uses as an array index without checking. This is simple to fix. However file browser works differently on Linux, by showing the usual dot directories, possibly this is the reason why it doesn't segfault on Linux, because there is always some content in the box.
So something to fix, and perhaps something to improve.
|