mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
display the icons again - but something is still wrong
svn path=/trunk/; revision=26367
This commit is contained in:
parent
6784ecd342
commit
5012d502e3
1 changed files with 1 additions and 1 deletions
|
@ -1841,7 +1841,7 @@ NtGdiGetObject(HANDLE handle, INT count, LPVOID buffer)
|
|||
return Ret;
|
||||
}
|
||||
|
||||
if (RetCount >= count)
|
||||
if (RetCount <= count)
|
||||
{
|
||||
SafeBuf = ExAllocatePoolWithTag(PagedPool, count, TAG_GDIOBJ);
|
||||
if(!SafeBuf)
|
||||
|
|
Loading…
Reference in a new issue