fix segfault

This commit is contained in:
Kuba 2025-02-28 19:24:55 +00:00
parent b17a322703
commit c796d8af4b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ typedef struct tx_data {
char *rt;
char *control_pipe;
int pty;
int *af_array;
int af_array[100];
int raw;
int drds;
double preemp;