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;
+     }
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to