Fixing windows/linux paths. Metadb for hyperlists now generate.

This commit is contained in:
emb
2015-04-06 21:32:36 -05:00
parent 0ee4dc5cab
commit f394098e6e
4 changed files with 5 additions and 17 deletions

View File

@@ -275,7 +275,6 @@ bool CollectionInfoBuilder::ImportDirectory(CollectionInfo *info)
{
std::string file = dirp->d_name;
Utils::NormalizeBackSlashes(file);
size_t position = file.find_last_of(".");
std::string basename = (std::string::npos == position)? file : file.substr(0, position);