reactos/subsys/win32k/objects
diff -u -r1.106 -r1.107
--- text.c 23 Jul 2004 20:46:20 -0000 1.106
+++ text.c 29 Jul 2004 12:03:47 -0000 1.107
@@ -22,7 +22,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id: text.c,v 1.106 2004/07/23 20:46:20 jfilby Exp $ */
+/* $Id: text.c,v 1.107 2004/07/29 12:03:47 weiden Exp $ */
#include <w32k.h>
#include <ft2build.h>
@@ -2967,7 +2967,7 @@
RtlFreeUnicodeString(&FaceName);
TEXTOBJ_UnlockText(FontHandle);
- ASSERT(! NT_SUCCESS(Status) || NULL != TextObj->GDIFontHandle);
+ ASSERT(! NT_SUCCESS(Status) && NULL != TextObj->GDIFontHandle);
return Status;
}