Kaydet (Commit) 4cc6566e authored tarafından David Tardon's avatar David Tardon

OSL_ASSERT takes a condition, not a message

üst 756b7d31
...@@ -196,7 +196,7 @@ r ...@@ -196,7 +196,7 @@ r
aError += ','; aError += ',';
aError += ByteString::CreateFromInt32( r.ColumnNumber ); aError += ByteString::CreateFromInt32( r.ColumnNumber );
OSL_ASSERT( aError.GetBuffer() ); OSL_FAIL( aError.GetBuffer() );
#endif #endif
return 1; return 1;
} }
......
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