sample server: fix printf format compiler warning
This commit is contained in:
parent
117112d20f
commit
8168477886
@ -443,7 +443,7 @@ static void* tf_debug_channel_thread_func(void* arg)
|
||||
|
||||
Stream_SetPosition(s, BytesReturned);
|
||||
|
||||
printf("got %d bytes\n", BytesReturned);
|
||||
printf("got %lu bytes\n", BytesReturned);
|
||||
}
|
||||
|
||||
Stream_Free(s, TRUE);
|
||||
|
Loading…
Reference in New Issue
Block a user