/[freetype]/ft2demos/src/ftvalid.c
ViewVC logotype

Diff of /ft2demos/src/ftvalid.c

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

revision 1.2 by wl, Mon Apr 25 14:12:18 2005 UTC revision 1.3 by wl, Mon May 23 22:21:19 2005 UTC
# Line 465  Line 465 
465          break;          break;
466    
467        case 'v':        case 'v':
468          validation_level = atoi( optarg );          validation_level = (FT_ValidationLevel)atoi( optarg );
469          if ( validation_level > FT_VALIDATE_PARANOID )          if ( validation_level > FT_VALIDATE_PARANOID )
470          {          {
471            fprintf( stderr, "*** Validation level is out of range: %d\n",            fprintf( stderr, "*** Validation level is out of range: %d\n",

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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