summaryrefslogtreecommitdiff
path: root/cache-tree.h
diff options
context:
space:
mode:
authorLibravatar Marat Radchenko <marat@slonopotamus.org>2014-03-30 15:08:21 +0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-03-31 11:54:27 -0700
commite25c070cb5c85ac3abe787373563a31c8893a669 (patch)
treee1c5876d9f603d5b0b063fc4a61125297f2994e3 /cache-tree.h
parentGit 1.9.0 (diff)
downloadtgif-e25c070cb5c85ac3abe787373563a31c8893a669.tar.xz
MSVC: fix t0040-parse-options crash
On 64-bit MSVC, pointers are 64 bit but `long` is only 32. Thus, casting string to `unsigned long`, which is redundand on other platforms, throws away important bits and when later cast to `intptr_t` results in corrupt pointer. This patch fixes test-parse-options by replacing harming cast with correct one. Signed-off-by: Marat Radchenko <marat@slonopotamus.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache-tree.h')
0 files changed, 0 insertions, 0 deletions