From: Royce Mitchell III Date: Mon, 13 Dec 2004 01:45:18 +0000 (+0000) Subject: BUGFIX: get rid of an incorrect ASSERT X-Git-Tag: backups/ELF_support@12700~7^2~1 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ed3a9ff2663a1d10a4a76e40d45086d9ba30e8c8;hp=ce3ef020405bb5159e7843ec09a6793611d3787d BUGFIX: get rid of an incorrect ASSERT svn path=/trunk/; revision=12070 --- diff --git a/reactos/subsys/win32k/objects/text.c b/reactos/subsys/win32k/objects/text.c index 47a37da7a34..5880f9329dd 100644 --- a/reactos/subsys/win32k/objects/text.c +++ b/reactos/subsys/win32k/objects/text.c @@ -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.115 2004/12/12 23:08:13 navaraf Exp $ */ +/* $Id: text.c,v 1.116 2004/12/13 01:45:18 royce Exp $ */ #include #include @@ -2583,7 +2583,6 @@ NtGdiGetTextMetrics(HDC hDC, } else { - ASSERT(FALSE); Status = STATUS_INVALID_HANDLE; } DC_UnlockDc(hDC);