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);
|
||||
|
||||
/* Check string length and compare */
|
||||
s_len = strlen(lw->buff);
|
||||
if (lw->buff_ptr != s_len) {
|
||||
/* Check string length and compare with buffer pointer */
|
||||
if ((s_len = strlen(lw->buff)) != lw->buff_ptr) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user