Diff for /Amaya/amaya/styleparser.c between versions 1.299 and 1.300

version 1.299, 2005/03/02 11:15:58 version 1.300, 2005/03/07 10:13:15
Line 6455  char ReadCSSRules (Document docRef, CSSI Line 6455  char ReadCSSRules (Document docRef, CSSI
                       /* 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,                                        url, pInfo->PiMedia,
                                       pInfo->PiCategory == CSS_USER_STYLE);                                        pInfo->PiCategory == CSS_USER_STYLE);
                       /* restore the displayed URL when an error is reported */                        /* restore the displayed URL when an error is reported */
                       DocURL = saveDocURL;                        DocURL = saveDocURL;

Removed from v.1.299  
changed lines
  Added in v.1.300


Webmaster