diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-25 16:43:52 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-25 16:43:52 +0000 |
commit | 51e23d501fbc2d247f9e18cc586046cf7078443a (patch) | |
tree | 935797dfef5094fe79681b741af31827c373d82c /audio/spiralloops/files/patch-SpiralLoops.C | |
parent | Fix broken patch. (diff) |
Use the patches for 2.0.0, not those for 0.1.7 (logged by bento).
Notes
Notes:
svn path=/head/; revision=59989
Diffstat (limited to 'audio/spiralloops/files/patch-SpiralLoops.C')
-rw-r--r-- | audio/spiralloops/files/patch-SpiralLoops.C | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-SpiralLoops.C b/audio/spiralloops/files/patch-SpiralLoops.C new file mode 100644 index 000000000000..26de3b970d4d --- /dev/null +++ b/audio/spiralloops/files/patch-SpiralLoops.C @@ -0,0 +1,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); |