summaryrefslogtreecommitdiff
path: root/hid/hclient
diff options
context:
space:
mode:
authorPhan Trinh Ha <[email protected]>2024-05-08 16:15:16 -0700
committerWei Mao <[email protected]>2024-05-16 10:51:04 -0700
commite62672f9193b18c30067e2a239839c8bc89d1346 (patch)
treeae2b162bd4de9bcff20c6613db38d31934432ec1 /hid/hclient
parenta74a241c664c4e1d7c0838287b34076c19d9858a (diff)
Init commit
Diffstat (limited to 'hid/hclient')
-rw-r--r--hid/hclient/ecdisp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hid/hclient/ecdisp.c b/hid/hclient/ecdisp.c
index 0d15774f..28433aea 100644
--- a/hid/hclient/ecdisp.c
+++ b/hid/hclient/ecdisp.c
@@ -3588,8 +3588,7 @@ bSetDataDlgProc(
break;
}
- #pragma prefast(suppress: 28750, "Banned API check.")
- CharUpperBuff(DataString, lstrlen(DataString));
+ CharUpperBuff(DataString, (DWORD)strlen(DataString));
if (0 == lstrcmp(DataString, "TRUE"))
{