Source
xxxxxxxxxx
--- variable.c Wed Apr 23 06:45:52 2003
+++ variable.c.new Mon Jun 16 12:10:53 2003
if( dollar )
{
- LIST *l = var_expand( L0, lastword, out, lol, 0 );
+ LIST *h = var_expand( L0, lastword, out, lol, 0 );
+ LIST *l = h;
out = lastword;
*out++ = ' ';
}
- list_free( l );
+ list_free( h );
}
}