]> git.pld-linux.org Git - packages/alsa-tools.git/blobdiff - alsa-tools-build.patch
rel 2; builds now
[packages/alsa-tools.git] / alsa-tools-build.patch
diff --git a/alsa-tools-build.patch b/alsa-tools-build.patch
new file mode 100644 (file)
index 0000000..5caf5f8
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur alsa-tools-1.0.27.org/ld10k1/src/ld10k1.c alsa-tools-1.0.27/ld10k1/src/ld10k1.c
+--- alsa-tools-1.0.27.org/ld10k1/src/ld10k1.c  2013-04-11 13:43:07.000000000 +0200
++++ alsa-tools-1.0.27/ld10k1/src/ld10k1.c      2013-04-14 21:18:25.553846590 +0200
+@@ -62,7 +62,7 @@
+                        localtime(&tp));
+               fprintf(out, "%s %s", timestr, label);
+       } else 
+-              fprintf(out, label);
++              fprintf(out, "%s", label);
+       vfprintf(out, fmt, va);
+       fprintf(out, "\n");
+       fflush(out);
+diff -ur alsa-tools-1.0.27.org/ld10k1/src/lo10k1.c alsa-tools-1.0.27/ld10k1/src/lo10k1.c
+--- alsa-tools-1.0.27.org/ld10k1/src/lo10k1.c  2013-04-11 13:43:07.000000000 +0200
++++ alsa-tools-1.0.27/ld10k1/src/lo10k1.c      2013-04-14 21:12:42.462505232 +0200
+@@ -868,7 +868,7 @@
+ void debug_print(char *str)
+ {
+-      printf(str);
++      printf("%s", str);
+ }
+ static int debug(int deb)
This page took 0.150692 seconds and 4 git commands to generate.