On Tue, Nov 13, 2001, Michael Nordstr�m wrote: > When I was about to create a screenshot of the exclusion list it > crashed.
It crash if the exclusionlist.txt file is empty. Seems like the wxString type can't handle NULL assignments. A check to see if the file is empty before traversing it should fix the problem. Also, exclusionlists can be included in any section, so it is not enough to just check e.g. POSIX on Linux. Another thing is that on POSIX systems we use ':' to separate the list of exclusionlists. /Mike
