From 64dffc583f9df22fa778209a8fbf1942c2c45120 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 17 Mar 2006 17:08:49 +0000 Subject: Restructed loader/free.Added plug facility, which currently doesn't work with DSP on. svn path=/trunk/externals/postlude/; revision=4738 --- dssi/src/jsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dssi/src/jsearch.c') 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) -- cgit v1.2.1