mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-19 19:33:46 -04:00
通用规范告警修改 Signed-off-by: fangyunzhong <fangyunzhong2@huawei.com>
This commit is contained in:
@@ -370,7 +370,7 @@ string ResourceUtil::DecToHexStr(const int32_t i)
|
||||
{
|
||||
stringstream ot;
|
||||
string result;
|
||||
ot << setiosflags(ios::uppercase) << "0x" << hex << setw(8) << setfill('0') << i;// 0x expadding 8 bit
|
||||
ot << setiosflags(ios::uppercase) << "0x" << hex << setw(8) << setfill('0') << i; // 0x expadding 8 bit
|
||||
ot >> result;
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user