aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-21 10:47:21 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-21 10:47:21 -0800
commit2206e221bd58b19141872c062012b6a9db0d73a2 (patch)
tree93e489e678065902ac2b527cb9bdbe42f9d2f67f /wildcard.cpp
parentd9bb9b73adc32b91df31ceec299e3194b49710e2 (diff)
Removed array_list_t (!)
Diffstat (limited to 'wildcard.cpp')
-rw-r--r--wildcard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wildcard.cpp b/wildcard.cpp
index 28b683f5..d7028cf7 100644
--- a/wildcard.cpp
+++ b/wildcard.cpp
@@ -198,7 +198,7 @@ static int wildcard_match2( const wcstring &str_str,
/**
Matches the string against the wildcard, and if the wildcard is a
possible completion of the string, the remainder of the string is
- inserted into the array_list_t.
+ inserted into the out vector.
*/
static int wildcard_complete_internal( const wchar_t *orig,
const wchar_t *str,