From d7576a409a69cbcaab3cca4f3dd722379f546048 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 19 Oct 2006 21:39:16 +1000 Subject: [PATCH] Make history variable contain whole history darcs-hash:20061019113916-ac50b-7e24780cdd591ae23210f0da2cb80a4cf09ba5c6.gz --- env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.c b/env.c index 6805e1805..2911273fb 100644 --- a/env.c +++ b/env.c @@ -987,7 +987,7 @@ wchar_t *env_get( const wchar_t *key ) sb_append( &dyn_var, current ); } - for( i=add_current; i<8; i++ ) + for( i=add_current;; i++ ) { wchar_t *next = history_get( i-add_current ); if( !next )