Variable are data not text. I wonder why that ever worked under BeOS.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20261 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -82,7 +82,7 @@ UserlandFSServer::Init(const char* fileSystem)
|
|||||||
|
|
||||||
// get the symbols "fs_entry" and "api_version"
|
// get the symbols "fs_entry" and "api_version"
|
||||||
beos_vnode_ops* fsOps;
|
beos_vnode_ops* fsOps;
|
||||||
error = get_image_symbol(fAddOnImage, "fs_entry", B_SYMBOL_TYPE_TEXT,
|
error = get_image_symbol(fAddOnImage, "fs_entry", B_SYMBOL_TYPE_DATA,
|
||||||
(void**)&fsOps);
|
(void**)&fsOps);
|
||||||
if (error != B_OK)
|
if (error != B_OK)
|
||||||
RETURN_ERROR(error);
|
RETURN_ERROR(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user