Diff for /Amaya/amaya/styleparser.c between versions 1.209 and 1.210

version 1.209, 2003/06/25 06:29:26 version 1.210, 2003/06/25 15:29:18
Line 5580  char ReadCSSRules (Document docRef, CSSI Line 5580  char ReadCSSRules (Document docRef, CSSI
                 {                  {
                   /* future import rules must be ignored */                    /* future import rules must be ignored */
                   ignoreImport = TRUE;                    ignoreImport = TRUE;
                   ParseStyleDeclaration (NULL, CSSbuffer, docRef, refcss, link, FALSE);                    ParseStyleDeclaration (NULL, CSSbuffer, docRef, refcss,
                                            pInfo->PiLink, FALSE);
                   LineNumber += newlines;                    LineNumber += newlines;
                   newlines = 0;                    newlines = 0;
                   NewLineSkipped = 0;                    NewLineSkipped = 0;

Removed from v.1.209  
changed lines
  Added in v.1.210


Webmaster