X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=f4080233855009be5423b3bc9325b861d5f20b0c;hp=a27e67eeb7b438546573c254d76c4ed15cdf3750;hb=656a02453498156bab09763011ff43b81db57634;hpb=74f1e057c1579d880becb6a32acd43641b1a8c2b diff --git a/aft.c b/aft.c index a27e67ee..f4080233 100644 --- a/aft.c +++ b/aft.c @@ -1823,7 +1823,7 @@ static void hash_sister_callback(int fd, const struct osl_object *query) static int get_row_pointer_from_result(struct osl_object *result, void *private) { struct osl_row **row = private; - *row = result->data; + *row = *(struct osl_row **)(result->data); return 1; }