From 1a35f5b5dd9f452ee696b3e382778d4af61031f6 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 20 May 2004 02:16:19 +0000 Subject: [PATCH] start search at default dir. --- palm/dictlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/palm/dictlist.c b/palm/dictlist.c index c8663db65..29b636a88 100644 --- a/palm/dictlist.c +++ b/palm/dictlist.c @@ -267,7 +267,6 @@ tryVFSSearch( MPFORMAL PalmDictList** dlp, XP_U32 creatorSought, &bufLen ); if ( err == errNone ) { - pathStr[1] = '\0'; searchDir( MPPARM(mpool) dlp, volNum, pathStr[0], pathStr, sizeof(pathStr), creatorSought, versSought ); }