]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/ure/urestubs.c
Fix argument order for ucisprop (coverity)
[openldap] / libraries / liblunicode / ure / urestubs.c
index c9835072d1c3bf4628e84b72f65299d15742b1c0..bf97211fdf74d98342bbe3a9803cac87b5ca3fcf 100644 (file)
@@ -123,5 +123,5 @@ _ure_matches_properties(unsigned long props, ucs4_t c)
                }
        }
 
-       return ucisprop( mask1, mask2, c );
+       return ucisprop( c, mask1, mask2 );
 }