Skip to content

Commit 0dbdb3d

Browse files
Nico KruithofNico Kruithof
authored andcommitted
Fixed warning in Visual Studio
1 parent 4d36456 commit 0dbdb3d

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)