Skip to content

Commit

Permalink
added star character handling (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: sekaiacg <[email protected]>
  • Loading branch information
HassanMirza01 authored and sekaiacg committed Jan 26, 2025
1 parent 9afad84 commit 18cfc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extract/include/ErofsNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace skkk {
strReplaceAll(str, "+", "\\+");
strReplaceAll(str, "[", "\\[");
strReplaceAll(str, "]", "\\]");
strReplaceAll(str, "*", "\\*");
}

static set<string> otherPathsInRootDir = {
Expand Down

0 comments on commit 18cfc34

Please sign in to comment.