Skip to content

Commit

Permalink
fix 5057, or rather old bug from 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Oct 1, 2017
1 parent 89515d3 commit 7ff40bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
drkns 02.10.2017 00:34:01 +0100 - build 5058

1. Уточнение 5057 (на самом деле нет, багу 4+ года).

drkns 01.10.2017 22:59:43 +0100 - build 5057

1. Рефакторинг.
Expand Down
2 changes: 1 addition & 1 deletion far/configdb.cpp
Expand Up @@ -407,7 +407,7 @@ class HierarchicalConfigDb: public async_delete_impl, public HierarchicalConfig,
{
public:
explicit HierarchicalConfigDb(const string& DbName, bool Local):
async_delete_impl(os::make_name<os::event>(GetPath(), GetName()).data()),
async_delete_impl(os::make_name<os::event>(Local? Global->Opt->LocalProfilePath : Global->Opt->ProfilePath, DbName).data()),
SQLiteDb(&HierarchicalConfigDb::Initialise, DbName, Local)
{
BeginTransaction();
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,5057)m4_dnl
m4_define(BUILD,5058)m4_dnl

0 comments on commit 7ff40bd

Please sign in to comment.