Diff for /Amaya/amaya/styleparser.c between versions 1.284 and 1.285

version 1.284, 2004/10/12 08:59:20 version 1.285, 2004/10/19 07:56:03
Line 6049  char ReadCSSRules (Document docRef, CSSI Line 6049  char ReadCSSRules (Document docRef, CSSI
                       saveDocURL = DocURL;                        saveDocURL = DocURL;
                       ptr = TtaStrdup (base);                        ptr = TtaStrdup (base);
                       /* get the CSS URI in UTF-8 */                        /* get the CSS URI in UTF-8 */
                       ptr = ReallocUTF8String (ptr, docRef);                        /*ptr = ReallocUTF8String (ptr, docRef);*/
                       LoadStyleSheet (base, docRef, (Element) css, css,                        LoadStyleSheet (base, docRef, (Element) css, css,
                                       pInfo->PiMedia,                                        pInfo->PiMedia,
                                       pInfo->PiCategory == CSS_USER_STYLE);                                        pInfo->PiCategory == CSS_USER_STYLE);

Removed from v.1.284  
changed lines
  Added in v.1.285


Webmaster