freebsd-ports/audio/spiralloops/files/patch-SpiralLoops.C
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

11 lines
382 B
C

--- SpiralLoops.C.orig Thu Apr 19 13:48:11 2001
+++ SpiralLoops.C Thu May 23 02:16:36 2002
@@ -308,7 +308,7 @@
Run = (Sample *(*)()) dlsym(handle, "Run__Fv");
- if ((error = dlerror()) != NULL)
+ if ((error = (char *)dlerror()) != NULL)
{
cerr<<"Error linking to plugin:"<<endl;
fputs(error, stderr);