Minor style cleanup.
This commit is contained in:
@@ -533,9 +533,9 @@ Settings::Update(BMessage* message)
|
|||||||
return B_BAD_VALUE;
|
return B_BAD_VALUE;
|
||||||
|
|
||||||
BPath settingsFolderPath;
|
BPath settingsFolderPath;
|
||||||
_GetPath(NULL, settingsFolderPath);
|
_GetPath(NULL, settingsFolderPath);
|
||||||
if (strncmp(pathName, settingsFolderPath.Path(),
|
if (strncmp(pathName, settingsFolderPath.Path(),
|
||||||
strlen(settingsFolderPath.Path()))) {
|
strlen(settingsFolderPath.Path()))) {
|
||||||
return B_NAME_NOT_FOUND;
|
return B_NAME_NOT_FOUND;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user