]> code.delx.au - pulseaudio/blobdiff - polyp/strbuf.c
move sample cache to namereg
[pulseaudio] / polyp / strbuf.c
index 169604e8266315a2621d68a1963b53199b1a176b..ef48a3fb24d6dcad7722e142fe85682cc8eb8161 100644 (file)
@@ -36,7 +36,7 @@
 struct chunk {
     struct chunk *next;
     size_t length;
-    char text[];
+    char text[0];
 };
 
 struct pa_strbuf {