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