mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
[zstd] cast
This commit is contained in:
parent
1c618b1cd4
commit
d6be6dd505
@ -95,7 +95,7 @@ zstd_decode_buffer(struct stream_encoded *st, char *data, int len, int *new_len)
|
|||||||
} while (enc_data->input.pos < enc_data->input.size);
|
} while (enc_data->input.pos < enc_data->input.size);
|
||||||
|
|
||||||
*new_len = enc_data->output.pos;
|
*new_len = enc_data->output.pos;
|
||||||
return enc_data->output.dst;
|
return (char *)enc_data->output.dst;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user