Diff for /Amaya/amaya/styleparser.c between versions 1.93 and 1.94

version 1.93, 2001/06/20 10:38:53 version 1.94, 2001/06/27 09:58:10
Line 197  static void  CSSParseError (char *msg, c Line 197  static void  CSSParseError (char *msg, c
   
       if (DocURL != NULL)        if (DocURL != NULL)
         {          {
           fprintf (ErrFile, "*** CSS Errors/Warnings in %s\n", DocURL);            fprintf (ErrFile, "*** Errors/warnings in %s\n", DocURL);
           /* set to NULL as long as the CSS file doesn't change */            /* set to NULL as long as the CSS file doesn't change */
           DocURL = NULL;            DocURL = NULL;
         }          }

Removed from v.1.93  
changed lines
  Added in v.1.94


Webmaster