From b005cc6bbfb21204a0574337cf37c313d4802229 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Wed, 18 Feb 2009 16:48:59 +0000 Subject: [PATCH] vars used without being init cleanup --- AppleWin/source/Tfe/Tfe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppleWin/source/Tfe/Tfe.cpp b/AppleWin/source/Tfe/Tfe.cpp index 8180fd96..69817517 100644 --- a/AppleWin/source/Tfe/Tfe.cpp +++ b/AppleWin/source/Tfe/Tfe.cpp @@ -742,7 +742,7 @@ WORD tfe_receive(void) int rx_ok; int correct_mac; int broadcast; - int multicast; + int multicast = 0; int crc_error; int newframe;