Added Pm3-master changes from Holiman.
REM: removed some old test code to cmdhf15 read.
This commit is contained in:
@@ -131,6 +131,7 @@ static void *main_loop(void *targ) {
|
||||
char *nl;
|
||||
nl = strrchr(script_cmd_buf, '\r');
|
||||
if (nl) *nl = '\0';
|
||||
|
||||
nl = strrchr(script_cmd_buf, '\n');
|
||||
if (nl) *nl = '\0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user