SOURCES: mpg123-audio_nas.patch (NEW) - fix nas build, proper erro...
shadzik
shadzik at pld-linux.org
Mon Oct 23 15:00:46 CEST 2006
Author: shadzik Date: Mon Oct 23 13:00:41 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix nas build, proper error function used
---- Files affected:
SOURCES:
mpg123-audio_nas.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mpg123-audio_nas.patch
diff -u /dev/null SOURCES/mpg123-audio_nas.patch:1.1
--- /dev/null Mon Oct 23 15:00:41 2006
+++ SOURCES/mpg123-audio_nas.patch Mon Oct 23 15:00:35 2006
@@ -0,0 +1,11 @@
+--- src/audio_nas.c 2006-10-23 15:01:04.892202480 +0200
++++ src/audio_nas.c-new 2006-10-23 15:01:19.124038912 +0200
+@@ -189,7 +189,7 @@
+ info.buf_size = buf_samples * ai->channels * AuSizeofFormat(format);
+ info.buf = (char *) malloc(info.buf_size);
+ if (info.buf == NULL) {
+- error("Unable to allocate input/output buffer of size %ld",
++ error1("Unable to allocate input/output buffer of size %ld",
+ info.buf_size);
+ return 0;
+ }
================================================================
More information about the pld-cvs-commit
mailing list