Skip to content

Commit

Permalink
set & quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 22, 2017
1 parent 3129aab commit 13c3ee3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
drkns 22.02.2017 23:45:29 +0000 - build 4902

1. При обработке команды 'set' не удалялись кавычки из фильтра.

drkns 21.02.2017 18:50:57 +0000 - build 4901

1. Опечатка в 4883.
Expand Down
1 change: 1 addition & 0 deletions far/cmdline.cpp
Expand Up @@ -1185,6 +1185,7 @@ bool CommandLine::ProcessOSCommands(const string& CmdLine, const std::function<v
size_t pos;
auto strCmdLine = CmdLine.substr(3);
RemoveLeadingSpaces(strCmdLine);
Unquote(strCmdLine);

// "set" (display all) or "set var" (display all that begin with "var")
if (strCmdLine.empty() || ((pos = strCmdLine.find(L'=')) == string::npos) || !pos)
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4901)m4_dnl
m4_define(BUILD,4902)m4_dnl

0 comments on commit 13c3ee3

Please sign in to comment.