Skip to content

Commit f3fe1b8

Browse files
authored
Merge pull request #871 from nicokruithof/master
Fixed warning in Visual Studio
2 parents 4fdbc75 + 0dbdb3d commit f3fe1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/c/simple_c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <msgpack.h>
22
#include <stdio.h>
33

4-
void print(char const* buf, unsigned int len)
4+
void print(char const* buf,size_t len)
55
{
66
size_t i = 0;
77
for(; i < len ; ++i)

0 commit comments

Comments
 (0)