]> granicus.if.org Git - transmission/commitdiff
fix a parameter type mismatch in jsonsl
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 11 Nov 2012 07:11:13 +0000 (07:11 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 11 Nov 2012 07:11:13 +0000 (07:11 +0000)
libtransmission/jsonsl.c

index a2ced3ee8a0d8d49c35d63c2e58e6813ef772e21..7006e1280d5e357a7b4ce865f3786cd6c2f28e14 100644 (file)
@@ -792,7 +792,7 @@ JSONSL_API
 jsonsl_jpr_match_t
 jsonsl_jpr_match(jsonsl_jpr_t jpr,
                    jsonsl_type_t parent_type,
-                   unsigned int parent_level,
+                   size_t parent_level,
                    const char *key,
                    size_t nkey)
 {