aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--expand.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/expand.c b/expand.c
index 069fde74..6f222e90 100644
--- a/expand.c
+++ b/expand.c
@@ -1519,6 +1519,11 @@ static void remove_internal_separator( const void *s, int conv )
*out++ = conv?L'*':ANY_STRING;
break;
+ case ANY_STRING_RECURSIVE:
+ in++;
+ *out++ = conv?L'*':ANY_STRING;
+ break;
+
default:
*out++ = *in++;
}