small gcc 4 compilation fix

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20526 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos 2007-04-03 06:59:55 +00:00
parent a3e4e4f762
commit 02a6d07927

View File

@ -192,7 +192,7 @@ StatusReplicant::ShowConfiguration(BMessage *message)
memset(&request, 0, sizeof(request));
strcpy(request.ifr_name, device);
string text = device;
std::string text = device;
text += " information:\n";
size_t boldLength = text.size();