--- misc/env.hla 2004-05-11 17:28:12.607853464 -0400 +++ misc/env.hla.fixed 2004-05-11 17:29:07.038578736 -0400 @@ -102,7 +102,7 @@ tstralloc( 4096 ); mov( eax, dest ); - if( env.get( envVar, (type string eax) ) then + if( env.get( envVar, (type string eax) ) ) then str.a_cpy( dest );