[ros-diffs] [weiden] 30808: Fix underline bug introduced in r30780

weiden at svn.reactos.org weiden at svn.reactos.org
Tue Nov 27 02:33:17 CET 2007


Author: weiden
Date: Tue Nov 27 04:33:16 2007
New Revision: 30808

URL: http://svn.reactos.org/svn/reactos?rev=30808&view=rev
Log:
Fix underline bug introduced in r30780

Modified:
    trunk/reactos/subsystems/win32/win32k/objects/text.c

Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/text.c?rev=30808&r1=30807&r2=30808&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/text.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/text.c Tue Nov 27 04:33:16 2007
@@ -3622,11 +3622,6 @@
 
   /* FIXME: Handle fl */
 
-  if (!Count)
-    {
-      SetLastWin32Error(ERROR_INVALID_PARAMETER);
-      return FALSE;
-    }
   if (0 == Count)
     {
       Size.cx = 0;




More information about the Ros-diffs mailing list