mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Fixed a compiler warning.
This commit is contained in:
@@ -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<unsigned int>(*plen), pbuffer };
|
||||
|
||||
|
||||
#ifdef TFE_DEBUG_ARCH
|
||||
|
||||
Reference in New Issue
Block a user