summaryrefslogtreecommitdiffstats
path: root/channels/cliprdr/cliprdr_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/cliprdr/cliprdr_common.c')
-rw-r--r--channels/cliprdr/cliprdr_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/cliprdr/cliprdr_common.c b/channels/cliprdr/cliprdr_common.c
index d346cb1..f587f30 100644
--- a/channels/cliprdr/cliprdr_common.c
+++ b/channels/cliprdr/cliprdr_common.c
@@ -388,7 +388,7 @@ UINT cliprdr_read_file_contents_response(wStream* s, CLIPRDR_FILE_CONTENTS_RESPO
UINT cliprdr_read_format_list(wStream* s, CLIPRDR_FORMAT_LIST* formatList, BOOL useLongFormatNames)
{
UINT32 index = 0;
- int formatNameLength = 0;
+ size_t formatNameLength = 0;
const char* szFormatName = NULL;
const WCHAR* wszFormatName = NULL;
wStream sub1buffer = { 0 };