freebsd-ports/audio/osalp/files/patch-aflib_aflibConverter.cc
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00: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;