Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-hclient-git
/
04-bad-comparison.patch
blob: e62ddfe3cc3005fd6f4baea93f6a355a100a0d89 [
file
] [
log
] [
blame
] [
edit
]
---
a
/
hclient
.
c
+++
b
/
hclient
.
c
@@
-
3560
,
7
+
3560
,
7
@@
Routine
Description
:
//
if
(
iByteIndex
+
(
UINT
)
4
>
uiBufferSize
)
{
-
if
(
sizeof
(
szString
)
<=
uiStringSize
)
+
{
StringCbPrintf
(
szString
,
uiStringSize
,
"ERR"
);
}