Diff for /libaitcfg/src/Attic/tools.c between versions 1.2.4.2 and 1.2.4.3

version 1.2.4.2, 2009/11/11 14:46:36 version 1.2.4.3, 2010/01/31 23:31:56
Line 23  inline int ltrim(u_char *psLine) Line 23  inline int ltrim(u_char *psLine)
         if (!pos)          if (!pos)
                 return 0;                  return 0;
   
        memmove(psLine, psLine + pos, strlen((char*) psLine));        memmove(psLine, psLine + pos, strlen((char*) psLine) - pos);
         return pos;          return pos;
 }  }
   

Removed from v.1.2.4.2  
changed lines
  Added in v.1.2.4.3


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