* builds/win32/ftdebug.c: Unify debug level handling with other


			
			
				david-pic-changes
			
			
		
Werner Lemberg 18 years ago
parent 367f301b44
commit 08a645d833
  1. 5
      ChangeLog
  2. 2
      builds/win32/ftdebug.c

@ -1,3 +1,8 @@
2006-06-15 Dmitry Timoshkov <dmitry@codeweavers.com>
* builds/win32/ftdebug.c: Unify debug level handling with other
platforms.
2006-06-14 Dmitry Timoshkov <dmitry@codeweavers.com>
* builds/win32/ftdebug.c (FT_Message): Send debug output to the

@ -175,7 +175,7 @@
if ( *p )
{
level = *p++ - '0';
if ( level < 0 || level > 6 )
if ( level < 0 || level > 7 )
level = -1;
}

Loading…
Cancel
Save