1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/osalp/files/patch-aflib_aflibConverter.cc
Pietro Cerutti 80007d3e81 - Fix build on modern compilers [MFH]
- STAGE-clean

MFH:		2014Q1
2014-01-30 14:24:18 +00:00

12 lines
329 B
C++

--- ./aflib/aflibConverter.cc.orig 2014-01-30 14:56:04.000000000 +0100
+++ ./aflib/aflibConverter.cc 2014-01-30 14:56:11.000000000 +0100
@@ -226,7 +226,7 @@
int
-aflibConverter::err_ret(char *s)
+aflibConverter::err_ret(const char *s)
{
aflib_debug("resample: %s \n\n",s); /* Display error message */
return -1;