mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Another minor ber_dump output format change
This commit is contained in:
parent
20e8ca0ebe
commit
4e1b3229d6
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ ber_bprint(
|
|||
ber_len_t len )
|
||||
{
|
||||
static const char hexdig[] = "0123456789abcdef";
|
||||
#define BP_OFFSET 8
|
||||
#define BP_OFFSET 9
|
||||
#define BP_GRAPH 60
|
||||
#define BP_LEN 80
|
||||
char line[ BP_LEN ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue