diff --git a/src/byteptr.h b/src/byteptr.h index cd7e912b6..79e3f99c0 100644 --- a/src/byteptr.h +++ b/src/byteptr.h @@ -181,6 +181,8 @@ FUNCINLINE static ATTRINLINE UINT32 readulong(void *ptr) tmp_i++; \ }) +#define SKIPSTRINGL(p, n) SKIPSTRINGN(p, n) + #define READSTRINGN(p, s, n) ({ \ size_t tmp_i = 0; \ \