diff --git a/source/Tfe/Tfearch.cpp b/source/Tfe/Tfearch.cpp index daf47bc2..b1811d10 100644 --- a/source/Tfe/Tfearch.cpp +++ b/source/Tfe/Tfearch.cpp @@ -520,7 +520,7 @@ int tfe_arch_receive(BYTE *pbuffer , /* where to store a frame */ { int len; - TFE_PCAP_INTERNAL internal = { *plen, pbuffer }; + TFE_PCAP_INTERNAL internal = { static_cast(*plen), pbuffer }; #ifdef TFE_DEBUG_ARCH