Diff for /libaitwww/src/aitwww.c between versions 1.3.4.2 and 1.3.4.3

version 1.3.4.2, 2012/07/31 22:59:33 version 1.3.4.3, 2012/07/31 23:08:40
Line 460  addAttr(const char **ct) Line 460  addAttr(const char **ct)
                 return NULL;                  return NULL;
         else          else
                 c++;                  c++;
        while (isspace(*c))        while (isspace((int) *c))
                 c++;                  c++;
   
         if (!(eq = strchr(c, '=')))          if (!(eq = strchr(c, '=')))

Removed from v.1.3.4.2  
changed lines
  Added in v.1.3.4.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>