Chameleon

Chameleon Commit Details

Date:2011-08-17 05:04:07 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1414
Parents: 1413
Message:Fix error w/ text vs text_orig.
Changes:
M/trunk/i386/boot2/gui.c

File differences

trunk/i386/boot2/gui.c
14831483
14841484
14851485
1486
1486
14871487
14881488
14891489
int cnt=0;
int offset=0;
if( !title || !text )
if( !title || !text_orig )
return;
// Create a copy so that we don't mangle the original

Archive Download the corresponding diff file

Revision: 1414