Diff for /Amaya/amaya/styleparser.c between versions 1.187 and 1.188

version 1.187, 2003/02/28 14:44:57 version 1.188, 2003/03/06 08:54:28
Line 3011  void ParseCSSBackgroundImageCallback (Do Line 3011  void ParseCSSBackgroundImageCallback (Do
   if (callblock == NULL)    if (callblock == NULL)
     return;      return;
   
     css = NULL;
   el = callblock->el;    el = callblock->el;
   tsch = callblock->tsch;    tsch = callblock->tsch;
   context = &callblock->context.specific;    context = &callblock->context.specific;

Removed from v.1.187  
changed lines
  Added in v.1.188


Webmaster