|
|
| version 1.6.4.6, 2013/10/08 12:01:59 | version 1.9, 2013/11/20 16:26:51 |
|---|---|
| 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++; |