Fix parsing

This commit is contained in:
Baptiste Wicht 2014-02-03 21:15:52 +01:00
parent d3a20db821
commit 744b0a62ae

View File

@ -23,7 +23,7 @@ int main(){
continue;
}
input_buffer[c] = '\0';
input_buffer[c-1] = '\0';
if(str_equals(input_buffer, "exit")){
exit(0);