mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-15 02:36:08 -04:00
fix little core
This commit is contained in:
@ -104,7 +104,7 @@ bool BigFile::reset ( ) {
|
||||
|
||||
bool BigFile::addParts ( char *dirname ) {
|
||||
// if dirname is NULL return true
|
||||
if ( ! dirname[0] ) return true;
|
||||
if ( ! dirname || ! dirname[0] ) return true;
|
||||
// . now set the names of all the Files that we consist of
|
||||
// . get the directory entry and find out what parts we have
|
||||
Dir dir;
|
||||
|
Reference in New Issue
Block a user