Fixed the bug noticed by Philippe - we might not only be able to open the

"interfaces" file in the future :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19088 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-10-19 21:37:31 +00:00
parent d1d0d5c6f7
commit c04f283d6a
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Settings::_ConvertFromDriverSettings(const char* name,
const settings_template* settingsTemplate, BMessage& message) const settings_template* settingsTemplate, BMessage& message)
{ {
BPath path; BPath path;
status_t status = _GetPath("interfaces", path); status_t status = _GetPath(name, path);
if (status < B_OK) if (status < B_OK)
return status; return status;