Subversion Repositories spk

Rev

Rev 160 | Rev 165 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 160 Rev 162
Line 601... Line 601...
601
		}
601
		}
602
		if ( !pBaseFile->forumLink().empty() ) printf ( "Forum Link: %s\n", pBaseFile->forumLink().c_str() );
602
		if ( !pBaseFile->forumLink().empty() ) printf ( "Forum Link: %s\n", pBaseFile->forumLink().c_str() );
603
		if ( !pBaseFile->webSite().empty() ) printf ( "Web Site Address: %s\n", pBaseFile->webSite().c_str() );
603
		if ( !pBaseFile->webSite().empty() ) printf ( "Web Site Address: %s\n", pBaseFile->webSite().c_str() );
604
		if ( !pBaseFile->webAddress().empty() ) printf ( "Update Address: %s\n", pBaseFile->webAddress().c_str() );
604
		if ( !pBaseFile->webAddress().empty() ) printf ( "Update Address: %s\n", pBaseFile->webAddress().c_str() );
605
 
605
 
606
		if ( pBaseFile->AnyWebMirrors() )
606
		if ( pBaseFile->anyWebMirrors() )
607
		{
607
		{
608
			printf("Update Mirror Addresses:\n");
608
			printf("Update Mirror Addresses:\n");
609
			for ( int i = 0; i < pBaseFile->GetMaxWebMirrors(); i++ )
609
			for ( int i = 0; i < pBaseFile->getMaxWebMirrors(); i++ )
610
				printf ("\t%s\n", pBaseFile->GetWebMirror(i).c_str());
610
				printf ("\t%s\n", pBaseFile->getWebMirror(i).c_str());
611
		}
611
		}
612
		if ( pSpkFile )
612
		if ( pSpkFile )
613
		{
613
		{
614
			if ( (!pSpkFile->GetOtherName().empty()) && (!pSpkFile->GetOtherAuthor().empty()) )
614
			if ( (!pSpkFile->GetOtherName().empty()) && (!pSpkFile->GetOtherAuthor().empty()) )
615
				printf ( "Script is a child to the mod: %s by %s\n", pSpkFile->GetOtherName().c_str(), pSpkFile->GetOtherAuthor().c_str() );
615
				printf ( "Script is a child to the mod: %s by %s\n", pSpkFile->GetOtherName().c_str(), pSpkFile->GetOtherAuthor().c_str() );