Author: hyperion Date: Thu Oct 16 19:00:55 2008 New Revision: 36777
URL: http://svn.reactos.org/svn/reactos?rev=36777&view=rev Log: You can't make this shit up.
Modified: trunk/reactos/dll/win32/gdi32/objects/text.c
Modified: trunk/reactos/dll/win32/gdi32/objects/text.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/gdi32/objects/tex... ============================================================================== --- trunk/reactos/dll/win32/gdi32/objects/text.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/gdi32/objects/text.c [iso-8859-1] Thu Oct 16 19:00:55 2008 @@ -365,7 +365,7 @@ { INT retValue;
- if (pFaceName && !nCount) + if (pFaceName && nCount <= 0) { retValue = 0; }