Subversion Repositories spk

Rev

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

Rev 75 Rev 161
Line 48... Line 48...
48
{
48
{
49
	cli::array<String ^> ^lines = data->Split('\n');
49
	cli::array<String ^> ^lines = data->Split('\n');
50
	if ( lines )
50
	if ( lines )
51
	{
51
	{
52
		 for ( int i = 0; i < lines->Length; i++ )
52
		 for ( int i = 0; i < lines->Length; i++ )
53
			 m_pPackages->ParseAvailablePackage(CyStringFromSystemString(lines[i]).Remove(9).Remove('\r'), m_pCurrentServer->str);
53
			 m_pPackages->parseAvailablePackage(_S(lines[i]).remove(9).remove('\r'), m_pCurrentServer->str.ToString());
54
	}
54
	}
55
}
55
}
56
 
56
 
57
 
57
 
58
}
58
}