fix missing var warning
This commit is contained in:
parent
52d0a38f8f
commit
ef06ebe698
@ -242,7 +242,7 @@ split_unquoted(SplitCodes, [C|New], Set) -->
|
||||
split_unquoted(SplitCodes, New, Set).
|
||||
split_unquoted(_, [], []) --> [].
|
||||
|
||||
split_quoted( [0'"], More) --> %0'"
|
||||
split_quoted( [0'"], _More) --> %0'"
|
||||
"\"".
|
||||
split_quoted( [0'\\ ,C|New], More) -->
|
||||
%0'"
|
||||
|
Reference in New Issue
Block a user