mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
display the icons again - but something is still wrong
svn path=/trunk/; revision=26367
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user