Skip to content

Commit

Permalink
added star character handling (sekaiacg#29)
Browse files Browse the repository at this point in the history
Signed-off-by: sekaiacg <sekaiacg@gmail.com>
  • Loading branch information
HassanMirza01 authored and sekaiacg committed Oct 19, 2024
1 parent cb6f349 commit f1b17a8
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 f1b17a8

Please sign in to comment.