mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Increase the maximum line length of default.pa from 256 to 1024. Load commands of modules that need multiple channel maps may grow rather long.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2084 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b94a6bc5b8
commit
8ed2a8c042
1 changed files with 1 additions and 1 deletions
|
|
@ -1363,7 +1363,7 @@ int pa_cli_command_execute_line(pa_core *c, const char *s, pa_strbuf *buf, pa_bo
|
||||||
}
|
}
|
||||||
|
|
||||||
int pa_cli_command_execute_file(pa_core *c, const char *fn, pa_strbuf *buf, pa_bool_t *fail) {
|
int pa_cli_command_execute_file(pa_core *c, const char *fn, pa_strbuf *buf, pa_bool_t *fail) {
|
||||||
char line[256];
|
char line[1024];
|
||||||
FILE *f = NULL;
|
FILE *f = NULL;
|
||||||
int ifstate = IFSTATE_NONE;
|
int ifstate = IFSTATE_NONE;
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue