From: wuyizhong Date: Tue, 1 Aug 2006 08:39:26 +0000 (+0000) Subject: Miss loop variable incremental, otherwise, will cause dead loop. X-Git-Tag: edk2-stable201903~24704 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=af8eab8443b25260882a79ef471b078bfa21d497;hp=88c8537c991f8b8b382e15d945bfdd91fdfb4e3e 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 --- 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;