Subversion Repositories spk

Rev

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

Rev 206 Rev 208
Line 605... Line 605...
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
				wprintf(L"\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() );