Moved string termination out of main loop

This commit is contained in:
James Booth
2015-01-15 01:27:24 +00:00
parent aec1484806
commit 40f91de7a3
2 changed files with 4 additions and 1 deletions

View File

@@ -116,7 +116,6 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
ui_update();
}
inp[size++] = '\0';
cmd_result = process_input(inp);
}
}