Skip to content

Commit

Permalink
fix 4959
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Aug 13, 2017
1 parent 16080bd commit 848d9c0
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 13.08.2017 17:07:42 +0000 - build 5005

1. Уточнение 4959.

drkns 11.08.2017 01:15:42 +0000 - build 5004

1. Рефакторинг.
Expand Down
2 changes: 1 addition & 1 deletion far/plclass.cpp
Expand Up @@ -1226,9 +1226,9 @@ class custom_plugin_factory: public plugin_factory
Info.Author && *Info.Author)
{
m_Success = CheckVersion(&FAR_VERSION, &Info.MinFarVersion) != FALSE;
custom_plugin_factory::ProcessError(L"Initialize");
// TODO: store info, show message if version is bad
}
custom_plugin_factory::ProcessError(L"Initialize");
}

~custom_plugin_factory()
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,5004)m4_dnl
m4_define(BUILD,5005)m4_dnl

0 comments on commit 848d9c0

Please sign in to comment.