opnsense-ports/audio/osalp/files/patch-aflib_aflibConverter.cc
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

11 lines
318 B
C++

--- aflib/aflibConverter.cc.orig 2007-01-16 19:26:39 UTC
+++ aflib/aflibConverter.cc
@@ -226,7 +226,7 @@ aflibConverter::resample( /* numbe
int
-aflibConverter::err_ret(char *s)
+aflibConverter::err_ret(const char *s)
{
aflib_debug("resample: %s \n\n",s); /* Display error message */
return -1;