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

version 1.7, 2013/10/08 12:04:42 version 1.8, 2013/10/08 12:11:49
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.7  
changed lines
  Added in v.1.8


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