From af8eab8443b25260882a79ef471b078bfa21d497 Mon Sep 17 00:00:00 2001 From: wuyizhong Date: Tue, 1 Aug 2006 08:39:26 +0000 Subject: [PATCH] Miss loop variable incremental, otherwise, will cause dead loop. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1168 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Source/TianoTools/FlashMap/FlashMap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/Source/TianoTools/FlashMap/FlashMap.c b/Tools/Source/TianoTools/FlashMap/FlashMap.c index 191e899ecc..7ce9a575f8 100644 --- a/Tools/Source/TianoTools/FlashMap/FlashMap.c +++ b/Tools/Source/TianoTools/FlashMap/FlashMap.c @@ -761,6 +761,7 @@ NormalizePath ( if (*Visitor == '\\') { *Visitor = '/'; } + Visitor++; } return Visitor; -- 2.39.2