projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f22149
)
Enable long lines when parsing property file
author
c vw
<dl1ycf@darc.de>
Sun, 23 May 2021 10:24:08 +0000
(12:24 +0200)
committer
c vw
<dl1ycf@darc.de>
Sun, 23 May 2021 10:24:08 +0000
(12:24 +0200)
property.c
patch
|
blob
|
history
diff --git
a/property.c
b/property.c
index 923daba31f3e3691da018fd9f5f8e56905965bee..7209fb85c8ec6ca76b4232fa09203fb09a8076b2 100644
(file)
--- a/
property.c
+++ b/
property.c
@@
-48,7
+48,7
@@
g_print("clearProperties\n");
* @param filename
*/
void loadProperties(char* filename) {
- char string[
80];
+ char string[
256]; // pulseaudio names can be VERY long
char* name;
char* value;
FILE* f=fopen(filename,"r");