Diff for /Amaya/amaya/styleparser.c between versions 1.245 and 1.246

version 1.245, 2003/11/06 15:46:17 version 1.246, 2003/11/13 08:23:46
Line 5394  char ReadCSSRules (Document docRef, CSSI Line 5394  char ReadCSSRules (Document docRef, CSSI
       eof = (c == EOS);        eof = (c == EOS);
       CSSbuffer[CSSindex] = c;        CSSbuffer[CSSindex] = c;
       if (CSScomment == MAX_CSS_LENGTH ||        if (CSScomment == MAX_CSS_LENGTH ||
                c == '*' || c == '/' || c == '<')                 c == '*' || c == '/' || c == '<' || c == EOL)
         {          {
           /* we're not within a comment or we're parsing * or / */            /* we're not within a comment or we're parsing * or / */
           switch (c)            switch (c)

Removed from v.1.245  
changed lines
  Added in v.1.246


Webmaster