Tweak pvlist output to make it easier to cut/paste w/o picking up unwanted syntax
This commit is contained in:
@ -618,9 +618,9 @@ int main (int argc, char *argv[])
|
||||
{
|
||||
cout << inetAddressToString(entry.addresses[i]);
|
||||
if (i < (count-1))
|
||||
cout << ", ";
|
||||
cout << " ";
|
||||
}
|
||||
cout << ']' << endl;
|
||||
cout << " ]" << endl;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user