aboutsummaryrefslogtreecommitdiff
path: root/libs/avahi/patches/205-conf-file-line-lengths.patch
blob: 3ea8a1de1eff26aeed1b7c6e37f66a300a1a30b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/avahi-daemon/ini-file-parser.c
+++ b/avahi-daemon/ini-file-parser.c
@@ -50,7 +50,7 @@ AvahiIniFile* avahi_ini_file_load(const
 
     line = 0;
     while (!feof(fo)) {
-        char ln[256], *s, *e;
+        char ln[1024], *s, *e;
         AvahiIniFilePair *pair;
 
         if (!(fgets(ln, sizeof(ln), fo)))