Kaydet (Commit) fcf9e5bf authored tarafından Armin Le Grand's avatar Armin Le Grand

corrected the SFX_ASSERT macro for debug build

üst ce86d339
......@@ -38,7 +38,7 @@
ByteString aMsg( sMessage ); \
aMsg.Append(RTL_CONSTASCII_STRINGPARAM("\nwith Id/Pos: ")); \
aMsg += ByteString::CreateFromInt32( nId ); \
DbgError( aMsg.GetBuffer(), __FILE__, __LINE__); \
DbgError( aMsg.GetBuffer() ); \
} \
} \
}
......
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