Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#3358
  • Loading branch information
alabuzhev committed Feb 27, 2017
1 parent 7b0c3ad commit ef3d8d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
drkns 27.02.2017 19:04:21 +0000 - build 4903

1. 0003358: ArcLite. The system cannot find the path specified

drkns 22.02.2017 23:45:29 +0000 - build 4902

1. При обработке команды 'set' не удалялись кавычки из фильтра.
Expand Down
3 changes: 2 additions & 1 deletion far/findfile.cpp
Expand Up @@ -889,7 +889,8 @@ bool FindFiles::GetPluginFile(ArcListItem* ArcItem, const os::FAR_FIND_DATA& Fin
OpenPanelInfo Info;

Global->CtrlObject->Plugins->GetOpenPanelInfo(ArcItem->hPlugin,&Info);
const auto strSaveDir = NullToEmpty(Info.CurDir);
string strSaveDir = NullToEmpty(Info.CurDir);
AddEndSlash(strSaveDir);
Global->CtrlObject->Plugins->SetDirectory(ArcItem->hPlugin,L"\\",OPM_SILENT);
SetPluginDirectory(FindData.strFileName,ArcItem->hPlugin,false,UserData);
const auto FileNameToFind = PointToName(FindData.strFileName);
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4902)m4_dnl
m4_define(BUILD,4903)m4_dnl

0 comments on commit ef3d8d0

Please sign in to comment.