Diff for /Amaya/amaya/styleparser.c between versions 1.229 and 1.230

version 1.229, 2003/09/15 14:16:27 version 1.230, 2003/09/17 07:39:19
Line 210  static void CSSPrintError (char *msg, ch Line 210  static void CSSPrintError (char *msg, ch
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
    CSSParseError     CSSParseError
    print the error message msg on stderr.     print the error message msg on stderr.
    When the line is 0 ask to expat the current line number     When the line is 0 ask expat about the current line number
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 static void CSSParseError (char *msg, char *value, char *endvalue)  static void CSSParseError (char *msg, char *value, char *endvalue)
 {  {
   char        c;    char        c = EOS;
   
   if (endvalue)    if (endvalue)
     {      {

Removed from v.1.229  
changed lines
  Added in v.1.230


Webmaster