aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-29 21:13:42 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-29 21:13:42 +1000
commitd46dade2847de8bf9e02f734528614ec92e9e757 (patch)
tree0e599544a8afbbdbb28b119560bf847890b78b98 /output.c
parent79b466441b2e49da68d4fe697cd263dc7a6cfdb9 (diff)
Rename function expand_variable_array to tokenize_variable_array and move it from expand.c to common.c, since it is used by fish_pager, which should not depend on expand.o
darcs-hash:20060529111342-ac50b-315d7dcf04e05fa8f32e16801e6793ac4e4e022e.gz
Diffstat (limited to 'output.c')
-rw-r--r--output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.c b/output.c
index a103486a..fc93cfd3 100644
--- a/output.c
+++ b/output.c
@@ -524,7 +524,7 @@ int output_color_code( const wchar_t *val )
return FISH_COLOR_NORMAL;
al_init( &el );
- expand_variable_array( val, &el );
+ tokenize_variable_array( val, &el );
for( j=0; j<al_get_count( &el ); j++ )
{