mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 06:01:17 +02:00
Renamed environment variables
This commit is contained in:
@@ -3144,20 +3144,6 @@ namespace Shared {
|
||||
|
||||
if(debugPingOutput) printf("Running cmd [%s] got [%s]\n",szCmd,buf);
|
||||
|
||||
// Linux
|
||||
//softcoder@softhauslinux:~/Code/megaglest/trunk/mk/linux$ ping -c 5 soft-haus.com
|
||||
//PING soft-haus.com (65.254.250.110) 56(84) bytes of data.
|
||||
//64 bytes from 65-254-250-110.yourhostingaccount.com (65.254.250.110): icmp_seq=1 ttl=242 time=133 ms
|
||||
//64 bytes from 65-254-250-110.yourhostingaccount.com (65.254.250.110): icmp_seq=2 ttl=242 time=137 ms
|
||||
//
|
||||
// Windows XP
|
||||
//C:\Code\megaglest\trunk\data\glest_game>ping -n 5 soft-haus.com
|
||||
//
|
||||
//Pinging soft-haus.com [65.254.250.110] with 32 bytes of data:
|
||||
//
|
||||
//Reply from 65.254.250.110: bytes=32 time=125ms TTL=242
|
||||
//Reply from 65.254.250.110: bytes=32 time=129ms TTL=242
|
||||
|
||||
std::string str = buf;
|
||||
std::string::size_type ms_pos = 0;
|
||||
int count = 0;
|
||||
|
Reference in New Issue
Block a user