]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/ure/urestubs.c
Happy New Year
[openldap] / libraries / liblunicode / ure / urestubs.c
index c9835072d1c3bf4628e84b72f65299d15742b1c0..9d51678bdd2719f767bd1ec258ba605012260860 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
+ * Copyright 1998-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -123,5 +123,5 @@ _ure_matches_properties(unsigned long props, ucs4_t c)
                }
        }
 
-       return ucisprop( mask1, mask2, c );
+       return ucisprop( c, mask1, mask2 );
 }