aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-10 01:37:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-10 01:37:30 -0800
commitd975187433ed71120d603ab2815d11b9c80ae8be (patch)
tree790a1644dfb643b06bdd9b04d009bf5023141c33 /expand.cpp
parent910863e9ea5e1a4db192b5be1630d125cff18485 (diff)
Removed some al_list functions
Diffstat (limited to 'expand.cpp')
-rw-r--r--expand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/expand.cpp b/expand.cpp
index 49a186d6..e16ea5f0 100644
--- a/expand.cpp
+++ b/expand.cpp
@@ -187,7 +187,7 @@ wcstring expand_escape_variable( const wcstring &in )
wcstring_list_t lst;
wcstring buff;
- tokenize_variable_array2( in, lst );
+ tokenize_variable_array( in, lst );
switch( lst.size() )
{
@@ -882,7 +882,7 @@ static int expand_variables_internal( parser_t &parser, wchar_t * const in, std:
if( is_ok )
{
- tokenize_variable_array2( var_val, var_item_list );
+ tokenize_variable_array( var_val, var_item_list );
if( !all_vars )
{