mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-14 06:56:51 -04:00
Fix parsing
This commit is contained in:
parent
d3a20db821
commit
744b0a62ae
@ -23,7 +23,7 @@ int main(){
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
input_buffer[c] = '\0';
|
input_buffer[c-1] = '\0';
|
||||||
|
|
||||||
if(str_equals(input_buffer, "exit")){
|
if(str_equals(input_buffer, "exit")){
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user