From a883cabd1df1f440a027d1f936bbebe5a71dba36 Mon Sep 17 00:00:00 2001 From: johannes Date: Wed, 7 Feb 2024 15:47:55 +0100 Subject: changed read int to take char ** instead of unsigned char ** --- inc/pack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/pack.h b/inc/pack.h index 49e581c..0979877 100644 --- a/inc/pack.h +++ b/inc/pack.h @@ -11,7 +11,7 @@ void tobigendian(const int in, unsigned char out[4]); /* reads a teeworlds packed int from given buffer */ /* the given pointer is incremented */ -int readint(unsigned char **cp); +int readint(char **cp); /* writes given int to teeworlds packed */ /* the given pointer is incremented */ -- cgit v1.2.3