From 510c5429e4c2e2f4d8752e688e9fbc008523774d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 14 Jul 2012 23:16:17 -0700 Subject: Convert ValueRec structures from unsigned long to uint32_t values Used for GC struct members, which are defined in the protocol as 32-bit, so no need to waste time and memory copying into 64-bit longs everywhere Signed-off-by: Alan Coopersmith --- prtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prtype.c') diff --git a/prtype.c b/prtype.c index d16647c..7fdea01 100644 --- a/prtype.c +++ b/prtype.c @@ -1087,7 +1087,7 @@ DumpHexBuffer(const unsigned char *buf, long n) } void -PrintValueRec(unsigned long key, unsigned long cmask, short ctype) +PrintValueRec(uint32_t key, uint32_t cmask, short ctype) { unsigned char *values; struct ValueListEntry *p; -- cgit v1.2.1