Diff for /Amaya/amaya/styleparser.c between versions 1.14 and 1.15

version 1.14, 1999/06/02 12:43:25 version 1.15, 1999/06/07 08:42:52
Line 4333  ThotBool            withUndo; Line 4333  ThotBool            withUndo;
                   CSSindex++;                    CSSindex++;
                   CSSbuffer[CSSindex] = c;                    CSSbuffer[CSSindex] = c;
                 }                  }
               else if (c == '/' && CSScomment == MAX_CSS_LENGTH)                else if (c == '/')
                 {                  {
                   CSSindex--;                    CSSindex--;
                   /* Ok we consider this as a closing tag ! */                    /* Ok we consider this as a closing tag ! */

Removed from v.1.14  
changed lines
  Added in v.1.15


Webmaster