Skip to content

Commit 632fea9

Browse files
committed
temp
1 parent 4c98272 commit 632fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/json/detail/digest.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ digest(
4141
std::size_t n = std::distance(b, e);
4242
std::size_t const m = n % step;
4343

44-
char temp[step];
44+
unsigned char temp[step];
4545
hash_t batch;
4646
while( n > m )
4747
{

0 commit comments

Comments
 (0)