blob: 4b204a0f632fb052d2207cd21adf155ab26c1af4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./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;
|