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:
parent
a3e4e4f762
commit
02a6d07927
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user