Looks like we didn't actually want this
This commit is contained in:
parent
02851bbeec
commit
a9c61d2de4
|
@ -104,16 +104,10 @@ int main(int argc, char **argv)
|
||||||
len -= 1;
|
len -= 1;
|
||||||
ptr += 1;
|
ptr += 1;
|
||||||
continue;
|
continue;
|
||||||
case 26:
|
|
||||||
if (kill(exec_pid, SIGTSTP) < 0)
|
|
||||||
die("kill failed");
|
|
||||||
len -= 1;
|
|
||||||
ptr += 1;
|
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
int limit = len;
|
int limit = len;
|
||||||
for (int idx = 0; idx < len; ++idx) {
|
for (int idx = 0; idx < len; ++idx) {
|
||||||
if (buf[idx] == 3 || buf[idx] == 26) {
|
if (buf[idx] == 3) {
|
||||||
limit = idx;
|
limit = idx;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue