mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
80007d3e81
- STAGE-clean MFH: 2014Q1
12 lines
329 B
C++
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;
|