mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Fix P_INVALID signedness
This commit is contained in:
parent
f42f7f3442
commit
bd2ceeb74e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
#define MDB_VERSION 1
|
||||
#define MAXKEYSIZE 255
|
||||
|
||||
#define P_INVALID (~0L)
|
||||
#define P_INVALID (~0UL)
|
||||
|
||||
#define F_ISSET(w, f) (((w) & (f)) == (f))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue