Diff for /Amaya/amaya/styleparser.c between versions 1.374 and 1.375

version 1.374, 2007/01/18 15:50:12 version 1.375, 2007/03/08 15:24:39
Line 2087  static char *ParseCSSListStyleType (Elem Line 2087  static char *ParseCSSListStyleType (Elem
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
   ParseCSSUrl: parse an URL    ParseCSSUrl: parse an URL
     Parse the url content (don't start with "url")
     Return the next pointer in the CSS string
     If a correct URL is found, it's returned in url (this string must
     be freed)
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 static char *ParseCSSUrl (char *cssRule, char **url)  static char *ParseCSSUrl (char *cssRule, char **url)
 {  {

Removed from v.1.374  
changed lines
  Added in v.1.375


Webmaster