]> git.sur5r.net Git - openldap/commitdiff
Another minor ber_dump output format change
authorKurt Zeilenga <kurt@openldap.org>
Fri, 15 Sep 2000 18:59:46 +0000 (18:59 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 15 Sep 2000 18:59:46 +0000 (18:59 +0000)
libraries/liblber/bprint.c

index 0315e67f3d391330bc7846c33c6f0e4e7508aac5..a7563aab770e5932d58fc70187cd71d00ea53401 100644 (file)
@@ -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 ];