im a fool

This commit is contained in:
KubaPro010 2023-09-24 21:02:56 +02:00
parent 3986c6b632
commit fbe68f71d8
3 changed files with 2 additions and 2 deletions

BIN
84308.mp3 Normal file

Binary file not shown.

BIN
pifmrds

Binary file not shown.

View File

@ -261,10 +261,10 @@ int main(int argc, char **argv) {
pty = atoi(param);
} else if(strcmp("-ta", arg)==0) {
i++;
pty = 1;
ta = 1;
} else if(strcmp("-tp", arg)==0) {
i++;
pty = 1;
tp = 1;
} else if(strcmp("-ctl", arg)==0 && param != NULL) {
i++;
control_pipe = param;