replaced uint32_t by fssh_addr_t. Obviously, the cookie should be managed differently.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21432 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -951,7 +951,7 @@ fssh_cache_next_block_in_transaction(void *_cache, int32_t id, uint32_t *_cookie
|
||||
if (_unchangedData)
|
||||
*_unchangedData = block->original_data;
|
||||
|
||||
*_cookie = (uint32_t)block;
|
||||
*_cookie = (fssh_addr_t)block;
|
||||
return FSSH_B_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user