]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/assert.c
setting UFN prefix to NULL should clear prefix not cause crash.
[openldap] / libraries / liblber / assert.c
index ce8f4b8cc8f80fc70af25024edcc7912108c0ad1..50b70dd53b1a0cfba52da14ee357ef7d60d375bd 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright 1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
@@ -23,7 +24,7 @@
  */
 
 void
-ber_pvt_assert( LDAP_CONST char *file, int line, LDAP_CONST char *test )
+ber_pvt_assert( const char *file, int line, const char *test )
 {
        fprintf(stderr,
                "Assertion failed: %s, file %s, line %d\n",