Skip to content

Commit

Permalink
1. Уточнение 4254.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Jan 24, 2015
1 parent 36c94f2 commit a84ac12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
drkns 22.01.2015 23:13:47 +0200 - build 4254
drkns 24.01.2015 09:09:05 +0200 - build 4255

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

drkns 22.01.2015 23:13:47 +0200 - build 4254

1. Показываем метки дисков из реестра при отсутствии физических.

Expand Down
2 changes: 1 addition & 1 deletion far/plclass.cpp
Expand Up @@ -188,7 +188,7 @@ bool NativePluginModel::IsPlugin(const string& filename)

GenericPluginModel::plugin_instance NativePluginModel::Create(const string& filename)
{
auto Module = std::make_unique<api::rtdl::module>(filename.data());
auto Module = std::make_unique<api::rtdl::module>(filename.data(), true);
if (!*Module)
{
Global->CatchError();
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4254)m4_dnl
m4_define(BUILD,4255)m4_dnl

0 comments on commit a84ac12

Please sign in to comment.