CID 1251081: unused value.
This commit is contained in:
@@ -205,7 +205,7 @@ ServicesAddOn::_ParseXinetd()
|
||||
|
||||
if (loc) {
|
||||
BString label;
|
||||
token = strtok(loc, " ");
|
||||
strtok(loc, " ");
|
||||
token = strtok(NULL, " ");
|
||||
label << token;
|
||||
fServicesListView->AddItem(new BStringItem(label.String()));
|
||||
|
||||
Reference in New Issue
Block a user