Skip to content

Commit

Permalink
Typo in 5718
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed May 7, 2021
1 parent 80d60fc commit 305c5ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
drkns 07.05.2021 22:26:27 +0100 - build 5794

1. Typo in 5718.

--------------------------------------------------------------------------------
drkns 06.05.2021 20:50:34 +0100 - build 5793

Expand Down
2 changes: 1 addition & 1 deletion far/strmix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace inplace
}

[[nodiscard]]
inline string QuoteSpace(string Str) { inplace::QuoteOuterSpace(Str); return Str; }
inline string QuoteSpace(string Str) { inplace::QuoteSpace(Str); return Str; }

[[nodiscard]]
inline string QuoteSpace(string_view const Str) { return QuoteSpace(string(Str)); }
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5793
5794

0 comments on commit 305c5ca

Please sign in to comment.