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:
@@ -192,7 +192,7 @@ StatusReplicant::ShowConfiguration(BMessage *message)
|
|||||||
memset(&request, 0, sizeof(request));
|
memset(&request, 0, sizeof(request));
|
||||||
strcpy(request.ifr_name, device);
|
strcpy(request.ifr_name, device);
|
||||||
|
|
||||||
string text = device;
|
std::string text = device;
|
||||||
text += " information:\n";
|
text += " information:\n";
|
||||||
size_t boldLength = text.size();
|
size_t boldLength = text.size();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user