Commit 75adfb68 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

build with icl on windows. closes #1608

git-svn-id: file:///svn/toku/tokudb@10663 c7de825b-a66e-492c-adef-691d508d4ae1
parent 526beea5
......@@ -633,7 +633,7 @@ int toku_deserialize_brtnode_from (int fd, BLOCKNUM blocknum, u_int32_t fullhash
memcpy(rc.buf, uncompressed_header, uncompressed_magic_len);
// decompress the sub blocks
void *uncompressed_data = rc.buf+uncompressed_magic_len;
unsigned char *uncompressed_data = rc.buf+uncompressed_magic_len;
struct decompress_work decompress_work[n_sub_blocks];
for (i=0; i<n_sub_blocks; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment