simple crash fix if someone creates a bad command line. fallout from string cleanup. very small. revert if there are problems.

master
Aaron Brashears 2008-07-03 22:23:55 +00:00
parent 757e8e84f8
commit 596f6b57e2
1 changed files with 2 additions and 2 deletions

View File

@ -1653,8 +1653,8 @@ bool LLAppViewer::initConfiguration()
<< "Error: " << clp.getErrorMessage();
OSMessageBox(
msg.str().c_str(),
NULL,
msg.str(),
LLStringUtil::null,
OSMB_OK);
return false;