diff -r 620cbd1c9be4 -r 0efd84450b01 strings.c --- a/strings.c Sun Nov 14 18:20:40 2004 +0000 +++ b/strings.c Sun Nov 14 19:44:06 2004 +0000 @@ -186,7 +186,7 @@ return result; } -int64 GetParamInt64() +static int64 GetParamInt64() { int64 result = GET_DPARAM32(0) + ((uint64)GET_DPARAM32(1) << 32); memcpy_overlapping(&_decode_parameters[0], &_decode_parameters[2], sizeof(uint32) * (lengthof(_decode_parameters)-2));