mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
cli: Increase the command maximum length from 1024 to 2048.
This commit is contained in:
parent
7bc5cd7845
commit
2dcf378741
1 changed files with 1 additions and 1 deletions
|
|
@ -1766,7 +1766,7 @@ int pa_cli_command_execute_line(pa_core *c, const char *s, pa_strbuf *buf, pa_bo
|
|||
}
|
||||
|
||||
int pa_cli_command_execute_file_stream(pa_core *c, FILE *f, pa_strbuf *buf, pa_bool_t *fail) {
|
||||
char line[1024];
|
||||
char line[2048];
|
||||
int ifstate = IFSTATE_NONE;
|
||||
int ret = -1;
|
||||
pa_bool_t _fail = TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue