CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/29 13:04:36
Modified files:
usr.sbin/ldapd : util.c
Log message:
Silence -Wsign-compare whining in bsnprintf()
This warning was present since an incorrect cast was removed in r1.11.
Add the cast to the correct place, i.e., cast to the wider type.
ok florian martijn
