Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32847
Collapse All | Expand All

(-)misc/env.hla (-1 / +1 lines)
Lines 102-108 Link Here
102
	
102
	
103
	tstralloc( 4096 );
103
	tstralloc( 4096 );
104
	mov( eax, dest );
104
	mov( eax, dest );
105
	if( env.get( envVar, (type string eax) ) then
105
	if( env.get( envVar, (type string eax) ) ) then
106
106
107
		str.a_cpy( dest );
107
		str.a_cpy( dest );
108
108

Return to bug 32847