Subversion Repositories spk

Rev

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

Rev 244 Rev 294
Line 604... Line 604...
604
		if ( !pBaseFile->webAddress().empty() ) wprintf(L"Update Address: %s\n", pBaseFile->webAddress().c_str() );
604
		if ( !pBaseFile->webAddress().empty() ) wprintf(L"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 (size_t i = 0; i < pBaseFile->getMaxWebMirrors(); i++ )
610
				wprintf(L"\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->otherName().empty()) && (!pSpkFile->otherAuthor().empty()) )
614
			if ( (!pSpkFile->otherName().empty()) && (!pSpkFile->otherAuthor().empty()) )