blob: 26de3b970d4d02c3749fa984a94962dc1b8c5ec6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- 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);
|