start search at default dir.

This commit is contained in:
ehouse 2004-05-20 02:16:19 +00:00
parent 7524463563
commit 1a35f5b5dd

View file

@ -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 );
}