Skip to content
Snippets Groups Projects
Commit 66b84683 authored by Howard Chu's avatar Howard Chu
Browse files

sync with HEAD

parent 145c37d9
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ ber_bvarray_dup_x LDAP_P(( BerVarray *dst, BerVarray src, void *ctx ));
(dst)->bv_val = (bv)->bv_val; \
} while (0)
#define BER_BVC(s) { STRLENOF(s), (s) }
#define BER_BVC(s) { STRLENOF(s), (char *)(s) }
#define BER_BVNULL { 0L, NULL }
#define BER_BVZERO(bv) \
do { \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment