mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
Merge branch 'develop' of https://github.com/MaJerle/lwshell into develop
This commit is contained in:
commit
0485e5dd90
@ -96,9 +96,8 @@ prv_parse_input(lwshell_t* lw) {
|
|||||||
|
|
||||||
lw = LWSHELL_GET_LW(lw);
|
lw = LWSHELL_GET_LW(lw);
|
||||||
|
|
||||||
/* Check string length and compare */
|
/* Check string length and compare with buffer pointer */
|
||||||
s_len = strlen(lw->buff);
|
if ((s_len = strlen(lw->buff)) != lw->buff_ptr) {
|
||||||
if (lw->buff_ptr != s_len) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user