Diff for /Amaya/amaya/styleparser.c between versions 1.360 and 1.361

version 1.360, 2006/05/22 11:04:07 version 1.361, 2006/05/23 07:43:46
Line 816  static char *SkipImportantRule (char *cs Line 816  static char *SkipImportantRule (char *cs
   if (ImportantPos)    if (ImportantPos)
     {      {
       ImportantPos[-1] = '!';        ImportantPos[-1] = '!';
       cssRule = ImportantPos + 9;        cssRule = ImportantPos;
         cssRule = SkipBlanksAndComments (cssRule);
         cssRule += 9;
       ImportantPos = NULL;        ImportantPos = NULL;
     }      }
   cssRule = SkipBlanksAndComments (cssRule);    cssRule = SkipBlanksAndComments (cssRule);

Removed from v.1.360  
changed lines
  Added in v.1.361


Webmaster