LLCommon cleanup and updating to V2 (V3 now, I guess.)
This commit is contained in:
@@ -211,7 +211,7 @@ LLFSMState* LLStateDiagram::getState(U32 state_id)
|
||||
BOOL LLStateDiagram::saveDotFile(const std::string& filename)
|
||||
{
|
||||
LLAPRFile outfile ;
|
||||
outfile.open(filename, LL_APR_W, LLAPRFile::global);
|
||||
outfile.open(filename, LL_APR_W);
|
||||
apr_file_t* dot_file = outfile.getFileHandle() ;
|
||||
|
||||
if (!dot_file)
|
||||
|
||||
Reference in New Issue
Block a user