]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix some unsigned vs. size_t issues.
authorAndre Noll <maan@systemlinux.org>
Mon, 20 Aug 2007 17:51:18 +0000 (19:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 20 Aug 2007 17:51:18 +0000 (19:51 +0200)
commit0869d99a5dcfa351536a129f10ddf3a99211cf46
treeaab3b6287f549d4585f4263abd8329f7a210ba3c
parent6c2eae7aea002304e3aa5ae400dab01c469fef0a
Fix some unsigned vs. size_t issues.

vss_het_header() took a unsigned while vss_get_chunk() takes
a size_t. Change vss_het_header() and fix up the callers.
dccp_send.c
http_send.c
vss.c
vss.h