win32: minor repair to single-instance check
This commit is contained in:
parent
064492d4b8
commit
0ef5a01c9b
|
@ -668,8 +668,8 @@
|
||||||
[guid-len (bytes-length GRACKET_GUID)]
|
[guid-len (bytes-length GRACKET_GUID)]
|
||||||
[data-len (COPYDATASTRUCT-cbData cd)])
|
[data-len (COPYDATASTRUCT-cbData cd)])
|
||||||
(when (and (data-len
|
(when (and (data-len
|
||||||
. > .
|
. >= .
|
||||||
(+ guid-len (ctype-sizeof _DWORD)))
|
(+ guid-len 4 (ctype-sizeof _DWORD)))
|
||||||
(bytes=? GRACKET_GUID
|
(bytes=? GRACKET_GUID
|
||||||
(scheme_make_sized_byte_string data
|
(scheme_make_sized_byte_string data
|
||||||
guid-len
|
guid-len
|
||||||
|
|
Loading…
Reference in New Issue
Block a user