Commit 5e8f1f90 by wangguangchao

sysmod heap溢出问题修复提交

parent 13586e90
...@@ -53,7 +53,7 @@ void internalSetupEty() ...@@ -53,7 +53,7 @@ void internalSetupEty()
Platform.dbCommit(); Platform.dbCommit();
if( Platform.errorCode() > 0 ) if( Platform.errorCode() > 0 )
{ {
Platform.sysDump( Platform.formatText( "Error occured on commiting the update of the user record.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText() ) ); //Platform.sysDump( Platform.formatText( "Error occured on commiting the update of the user record.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText() ) );
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment