]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/ure/urestubs.c
Happy New Year
[openldap] / libraries / liblunicode / ure / urestubs.c
index 08f161b95dbc7bfa3b434995e16e2cef25dd9b39..9d51678bdd2719f767bd1ec258ba605012260860 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2013 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 );
 }