Skip to content

Commit

Permalink
FIX: adding missing last argument (recently added) in one location us…
Browse files Browse the repository at this point in the history
…ed on POSIX
  • Loading branch information
Oldes committed Dec 18, 2018
1 parent 7eb8209 commit d111b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/s-make.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
return dst;
#else
return Decode_UTF_String((REBYTE*)src, len, 8);
return Decode_UTF_String((REBYTE*)src, len, 8, FALSE);
#endif
}

Expand Down

0 comments on commit d111b53

Please sign in to comment.