aboutsummaryrefslogtreecommitdiff
path: root/dssi/src/jsearch.c
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2006-03-17 17:08:49 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2006-03-17 17:08:49 +0000
commit64dffc583f9df22fa778209a8fbf1942c2c45120 (patch)
tree956ffb89cbc6b0bf787d238557b419bf36af25c1 /dssi/src/jsearch.c
parent3d4be27ffbaa9545b112895f56657503a0452109 (diff)
Restructed loader/free.Added plug facility, which currently doesn't work with DSP on.
svn path=/trunk/externals/postlude/; revision=4738
Diffstat (limited to 'dssi/src/jsearch.c')
-rw-r--r--dssi/src/jsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dssi/src/jsearch.c b/dssi/src/jsearch.c
index e851bf3..1bc158b 100644
--- a/dssi/src/jsearch.c
+++ b/dssi/src/jsearch.c
@@ -37,7 +37,7 @@ LADSPADirectoryPluginSearch (const char * pcDirectory,
long iNeedSlash;
struct dirent * psDirectoryEntry;
void * pvPluginHandle;
- int is_DSSI;
+ int is_DSSI = 0;
lDirLength = strlen(pcDirectory);
if (!lDirLength)