Skip to content

Commit

Permalink
FIX: silenced discarding qualifiers warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 2, 2021
1 parent 431bb3d commit f10ea4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/n-strings.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ static struct digest {
***********************************************************************/
{
REBVAL *arg = D_ARG(1);
REBYTE *bp;
const REBYTE *bp;

bp = Check_UTF8(VAL_BIN_DATA(arg), VAL_LEN(arg));
if (bp == 0) return R_NONE;
Expand Down

0 comments on commit f10ea4a

Please sign in to comment.