mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-05 17:30:45 +00:00
Fixed a compiler warning.
This commit is contained in:
parent
bb25fb702e
commit
5e59f11625
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user