logic: fixed names of file nodes that are target of macro use edge
* fixed name of macro use edge target * fixed generating a file nodes full path in SqliteStorage
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
const size_t SqliteStorage::STORAGE_VERSION = 8;
|
||||
|
||||
SqliteStorage::SqliteStorage(const FilePath& dbFilePath)
|
||||
: m_dbFilePath(dbFilePath)
|
||||
: m_dbFilePath(dbFilePath.canonical())
|
||||
{
|
||||
m_database.open(m_dbFilePath.str().c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user