X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=blob.c;h=7798a4939b9d0859b5fe7d4939feb0d237b36b8b;hb=ee7c57f8dc4edfdc91f2f8657b6429d90ab13e79;hp=2d7c6050cfb18c198675c1ce4a534dd824983310;hpb=80541d0f045e1ed57332800eff9832e0a5b72ddf;p=paraslash.git diff --git a/blob.c b/blob.c index 2d7c6050..7798a493 100644 --- a/blob.c +++ b/blob.c @@ -33,8 +33,8 @@ */ static int uint32_compare(const struct osl_object *obj1, const struct osl_object *obj2) { - uint32_t d1 = read_u32((const char *)obj1->data); - uint32_t d2 = read_u32((const char *)obj2->data); + uint32_t d1 = read_u32(obj1->data); + uint32_t d2 = read_u32(obj2->data); if (d1 < d2) return 1;