simple crash fix if someone creates a bad command line. fallout from string cleanup. very small. revert if there are problems.
parent
757e8e84f8
commit
596f6b57e2
|
|
@ -1653,8 +1653,8 @@ bool LLAppViewer::initConfiguration()
|
|||
<< "Error: " << clp.getErrorMessage();
|
||||
|
||||
OSMessageBox(
|
||||
msg.str().c_str(),
|
||||
NULL,
|
||||
msg.str(),
|
||||
LLStringUtil::null,
|
||||
OSMB_OK);
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue