Diff for /libaitcli/src/cli.c between versions 1.6.4.7 and 1.7

version 1.6.4.7, 2013/10/08 12:10:11 version 1.7, 2013/10/08 12:04:42
Line 139  cli_Cmd_Config(void * __restrict cli_buffer, int idx,  Line 139  cli_Cmd_Config(void * __restrict cli_buffer, int idx, 
 {  {
         linebuffer_t *buf = cli_buffer;          linebuffer_t *buf = cli_buffer;
   
        if (idx == sizeof idx * 8 - 1)        if (idx == sizeof idx * 8)
                 return RETCODE_ERR;                  return RETCODE_ERR;
   
         buf->line_level++;          buf->line_level++;

Removed from v.1.6.4.7  
changed lines
  Added in v.1.7


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