Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-hclient-git
/
05-other-bad-comparison.patch
blob: fc64b24e526a3069f35a58b852943aa32599f9c1 [
file
] [
log
] [
blame
] [
edit
]
---
a
/
strings
.
c
+++
b
/
strings
.
c
@@
-
196
,
7
+
196
,
7
@@
Routine
Description
:
goto
Done
;
}
-
if
(
ByteOffset
+
DataBuffer
>
CurrentBufferOffset
+
ByteOffset
)
+
if
(
ByteOffset
+
DataBuffer
>
(
PCHAR
)
CurrentBufferOffset
+
ByteOffset
)
{
goto
Done
;
}