mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Multi-Rename Tool - []] template (issue #1469)
This commit is contained in:
parent
2a04efd4db
commit
bf4138f198
1 changed files with 1 additions and 1 deletions
|
|
@ -1814,7 +1814,7 @@ begin
|
|||
iStart := Pos('[', sMask);
|
||||
if iStart > 0 then
|
||||
begin
|
||||
iEnd := Pos(']', sMask);
|
||||
iEnd := Pos(']', sMask, iStart + 1);
|
||||
if iEnd > 0 then
|
||||
begin
|
||||
Result := Result + Copy(sMask, 1, iStart - 1) +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue