* fix udf build

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27139 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Salvatore Benedetto
2008-08-22 10:15:35 +00:00
parent e2dc263c43
commit 764ca4773b
@@ -307,7 +307,7 @@ udf_open_dir(fs_volume *volume, fs_vnode *vnode, void **cookie)
status_t status = dir->GetDirectoryIterator(&iterator);
if (status != B_OK) {
TRACE_ERROR(("udf_open_dir: error getting directory iterator: 0x%lx, "
"`%s'\n", status, strerror(error)));
"`%s'\n", status, strerror(status)));
return status;
}
*cookie = (void *)iterator;