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:
Jérôme Duval
2007-06-17 11:57:25 +00:00
parent 913f680ea2
commit 9cc679bb80
+1 -1
View File
@@ -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;
}