]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/assert.c
Ready for 2.2beta
[openldap] / libraries / liblber / assert.c
index ce8f4b8cc8f80fc70af25024edcc7912108c0ad1..b87d417c242be2e7135b99c62bdf7432c6b0cdc2 100644 (file)
@@ -1,5 +1,6 @@
+/* $OpenLDAP$ */
 /*
- * Copyright 1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1999-2003 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
  */
 
 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",
+               _("Assertion failed: %s, file %s, line %d\n"),
                        test, file, line);
 
        abort();