Fix compiler warning in hv.c on MSWin32
authorJerry D. Hedden <jdhedden@cpan.org>
Wed, 1 Dec 2010 15:32:34 +0000 (10:32 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 1 Dec 2010 16:24:28 +0000 (08:24 -0800)
commit2e709962b9fd16ea18c9b31b128cde0247b7ceb7
tree81dd37d43338c7393663343de3e0571fcca59fb4
parent4c916935c1a92a1e788b3be03e59191658b33154
Fix compiler warning in hv.c on MSWin32

Fixes the following seen in a Steve Hay smoke test:

Compiler messages(MSWin32):
..\hv.c(1646) : warning C4244: 'initializing' : conversion from 'unsigned long ' to 'const char ', possible loss of data
hv.c