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
aError += ',';
aError += ByteString::CreateFromInt32( r.ColumnNumber );
OSL_ASSERT( aError.GetBuffer() );
OSL_FAIL( aError.GetBuffer() );
#endif
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