/[freetype]/freetype2/src/base/ftobjs.c
ViewVC logotype

Diff of /freetype2/src/base/ftobjs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.219 by wl, Fri Nov 4 06:58:49 2005 UTC revision 1.220 by wl, Tue Dec 6 10:47:44 2005 UTC
# Line 2112  Line 2112 
2112      if ( pixel_height < 1 )      if ( pixel_height < 1 )
2113        pixel_height = 1;        pixel_height = 1;
2114    
2115      /* use `>=' to avoid potention compiler warning on 16bit platforms */      /* use `>=' to avoid potential compiler warnings on 16bit platforms */
2116      if ( pixel_width  >= 0xFFFFU )      if ( pixel_width >= 0xFFFFU )
2117        pixel_width  = 0xFFFFU;        pixel_width  = 0xFFFFU;
2118      if ( pixel_height >= 0xFFFFU )      if ( pixel_height >= 0xFFFFU )
2119        pixel_height = 0xFFFFU;        pixel_height = 0xFFFFU;

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26