projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba08f4
)
[WIN32K]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sun, 3 Jan 2016 19:58:33 +0000
(19:58 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sun, 3 Jan 2016 19:58:33 +0000
(19:58 +0000)
This ASSERT was actually supposed to be removed and only accidentally brought back.
svn path=/trunk/; revision=70487
reactos/win32ss/gdi/ntgdi/dibobj.c
patch
|
blob
|
history
diff --git
a/reactos/win32ss/gdi/ntgdi/dibobj.c
b/reactos/win32ss/gdi/ntgdi/dibobj.c
index
2178bff
..
183d175
100644
(file)
--- a/
reactos/win32ss/gdi/ntgdi/dibobj.c
+++ b/
reactos/win32ss/gdi/ntgdi/dibobj.c
@@
-341,8
+341,6
@@
IntSetDIBits(
ptSrc.x = 0;
ptSrc.y = 0;
- NT_ASSERT(psurfSrc->SurfObj.cjBits <= cjMaxBits);
-
result = IntEngCopyBits(&psurfDst->SurfObj,
&psurfSrc->SurfObj,
NULL,