getting rid of root variable in che file

This commit is contained in:
varada%netscape.com 1999-11-03 22:44:24 +00:00
parent 0102a67130
commit bd62dacf47

View File

@ -1148,7 +1148,7 @@ void CWizardMachineApp::CreateNewCache()
&& GlobalWidgetArray[i].type != "Button"
&& GlobalWidgetArray[i].type != "GroupBox" )
{
if( (GlobalWidgetArray[i].name != "") || (GlobalWidgetArray[i].name != "Root") )
if( (GlobalWidgetArray[i].name != "") && (GlobalWidgetArray[i].name != "Root"))
{
fprintf(globs, GlobalWidgetArray[i].name + "=" + GlobalWidgetArray[i].value);
fprintf(globs, "\n");