mirror of
https://gitee.com/openharmony/castengine_cast_framework
synced 2024-11-23 06:29:46 +00:00
update service/src/cast_service_listener_impl_proxy.cpp.
fix:size变量格式控制符使用%zu Signed-off-by: LongestDistance <cdwango@isoftstone.com>
This commit is contained in:
parent
318bda558d
commit
5e5694e238
@ -51,7 +51,7 @@ bool FillCastRemoteDevices(MessageParcel &data, const std::vector<CastRemoteDevi
|
||||
}
|
||||
|
||||
if (!data.WriteInt32(static_cast<int32_t>(size))) {
|
||||
CLOGE("Failed to write the device size:%lu", size);
|
||||
CLOGE("Failed to write the device size:%zu", size);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user