- Set an uninitialized variable that was breaking test08 + other rips

This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-06-09 19:24:25 +00:00
Родитель d7abc3b18a
Коммит 3c09a31379
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -483,7 +483,7 @@ NS_IMETHODIMP nsRenderingContextPh :: PopState( PRBool &aClipEmpty )
PR_LOG(PhGfxLog, PR_LOG_DEBUG, ("nsRenderingContextPh::PopState\n"));
PRUint32 cnt = mStateCache->Count();
PRBool bEmpty;
PRBool bEmpty = PR_FALSE;
if( cnt > 0)
{