Diff for /Amaya/amaya/styleparser.c between versions 1.223 and 1.224

version 1.223, 2003/08/29 11:06:13 version 1.224, 2003/09/03 10:25:35
Line 5704  char ReadCSSRules (Document docRef, CSSI Line 5704  char ReadCSSRules (Document docRef, CSSI
     pInfo = AddInfoCSS (docRef, css, CSS_DOCUMENT_STYLE, CSS_ALL, link);      pInfo = AddInfoCSS (docRef, css, CSS_DOCUMENT_STYLE, CSS_ALL, link);
   /* look for the CSS descriptor that points to the extension schema */    /* look for the CSS descriptor that points to the extension schema */
   refcss = css;    refcss = css;
   if (import)    if (pInfo && pInfo->PiCategory == CSS_IMPORT)
     {      {
       while (refcss &&        while (refcss &&
            refcss->infos[docRef] && refcss->infos[docRef]->PiCategory == CSS_IMPORT)             refcss->infos[docRef] && refcss->infos[docRef]->PiCategory == CSS_IMPORT)

Removed from v.1.223  
changed lines
  Added in v.1.224


Webmaster