mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Typo.
This commit is contained in:
parent
0b0667997a
commit
19b54b58a6
@ -159,7 +159,7 @@ int memcmp(const void *s1, const void *s2, size_t n)
|
||||
if ( n > MAX_UINTN ) {
|
||||
log_technical_bug("n > MAX_UINTN");
|
||||
}
|
||||
UINTN ret = CompareMem(s1,s2,(UINTN)(n));
|
||||
INTN ret = CompareMem(s1,s2,(UINTN)(n));
|
||||
if ( ret < INT_MIN ) {
|
||||
log_technical_bug("n > ret > MAX_INT");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user