mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-27 09:10:54 +00:00
add4
Signed-off-by: 李铁块 <likeji1@huawei.com>
This commit is contained in:
parent
9dc30e087b
commit
b1d117ed86
@ -3636,8 +3636,8 @@ std::string RSProperties::Dump() const
|
||||
}
|
||||
auto foregroundFilterCache_ = GetForegroundFilterCache();
|
||||
if (foregroundFilterCache_ && foregroundFilterCache_->IsValid() &&
|
||||
sprintf_s(buffer, UINT8_MAX, ", ForegroundFilter[%s]", foregroundFilterCache_->GetDescription().c_str()) !=
|
||||
-1) {
|
||||
sprintf_s(buffer, UINT8_MAX, ", ForegroundFilter[%s]", foregroundFilterCache_->GetDescription().c_str()) != -1)
|
||||
{
|
||||
dumpInfo.append(buffer);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user