Diff for /Amaya/amaya/styleparser.c between versions 1.394 and 1.395

version 1.394, 2008/01/21 16:50:27 version 1.395, 2008/01/22 16:34:43
Line 7645  char ReadCSSRules (Document docRef, CSSI Line 7645  char ReadCSSRules (Document docRef, CSSI
     }      }
   
   /* register parsed CSS file and the document to which CSS are to be applied */    /* register parsed CSS file and the document to which CSS are to be applied */
   ParsedDoc = docRef;    if (DocumentMeta[docRef] == NULL || DocumentMeta[docRef]->method != CE_MAKEBOOK)
       ParsedDoc = docRef;
     else
       ParsedDoc = 0;
   /* clean up the list of classes */    /* clean up the list of classes */
   TtaFreeMemory (refcss->class_list);    TtaFreeMemory (refcss->class_list);
   refcss->class_list = NULL;    refcss->class_list = NULL;

Removed from v.1.394  
changed lines
  Added in v.1.395


Webmaster