summaryrefslogtreecommitdiffstats
path: root/audio/spiralloops/files/patch-SpiralLoops.C
blob: 0b8236de6e4115039fe529a9ccf286bc784c2a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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);
OpenPOWER on IntegriCloud