Diff for /Amaya/amaya/styleparser.c between versions 1.155 and 1.156

version 1.155, 2002/10/10 07:15:44 version 1.156, 2002/10/17 13:16:52
Line 399  char *ParseClampedUnit (char *text, Line 399  char *ParseClampedUnit (char *text,
         }          }
       else        else
         {          {
           opacity = atof (text);            opacity = (float) atof (text);
           if (opacity < 0.0            if (opacity < 0.0
               || opacity > 1.0)                || opacity > 1.0)
             intopacity = 1000;              intopacity = 1000;

Removed from v.1.155  
changed lines
  Added in v.1.156


Webmaster