bugfix: segfault when invalid option argument was given (bug #27427)
authorArun Persaud <arun@nubati.net>
Tue, 6 Oct 2009 04:01:32 +0000 (21:01 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 6 Oct 2009 04:01:32 +0000 (21:01 -0700)
commitf9fe58c6ea5c0938364cd9bd0b434ee66e0f7272
treec9002b0f6081129596fb79e96480ffb5ba7338e7
parentc15894054d9c0af12987e0557d96b8c22b242499
bugfix: segfault when invalid option argument was given (bug #27427)

when given a wrong argument to an option (e.g. -tc 0) xboard aborts before setting up the window, but tried to write a message to the messageWidget which doesn't exist at that point.
xboard.c