mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
修改PCID以及RPCID大写为小写
Signed-off-by: liutuantuan <liutuantuan1@huawei.com>
This commit is contained in:
+2
-2
@@ -145,10 +145,10 @@ void SetBitMap(char *const *argv, int32_t flag, uint16_t *bitMap, char **outputp
|
||||
case 's':
|
||||
(*bitMap) |= 0x1 << STRING_DECODE;
|
||||
break;
|
||||
case 'R':
|
||||
case 'r':
|
||||
(*bitMap) |= 0x1 << RPCID;
|
||||
break;
|
||||
case 'P':
|
||||
case 'p':
|
||||
(*bitMap) |= 0x1 << PCID;
|
||||
break;
|
||||
case 'C':
|
||||
|
||||
Reference in New Issue
Block a user