Index: src/lib/file.cpp =================================================================== --- src/lib/file.cpp (revision 5315) +++ src/lib/file.cpp (working copy) @@ -90,7 +90,7 @@ } // Get the second part of the line - char *dbPath = strtok(NULL, ":"); + char *dbPath = strtok(NULL, "\n"); if(dbPath == NULL) { continue; }