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

version 1.6.4.6, 2013/10/08 12:01:59 version 1.6.4.7, 2013/10/08 12:10:11
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)        if (idx == sizeof idx * 8 - 1)
                 return RETCODE_ERR;                  return RETCODE_ERR;
   
         buf->line_level++;          buf->line_level++;

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


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