]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Miss loop variable incremental, otherwise, will cause dead loop.
authorwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Aug 2006 08:39:26 +0000 (08:39 +0000)
committerwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Aug 2006 08:39:26 +0000 (08:39 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1168 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/TianoTools/FlashMap/FlashMap.c

index 191e899ecceb1e8d109b6991a6f49f8a92a8aef3..7ce9a575f8d9542c388b0d399f69786dd9f8d928 100644 (file)
@@ -761,6 +761,7 @@ NormalizePath (
     if (*Visitor == '\\') {\r
       *Visitor = '/';\r
     }\r
     if (*Visitor == '\\') {\r
       *Visitor = '/';\r
     }\r
+    Visitor++;\r
   }\r
   \r
   return Visitor;\r
   }\r
   \r
   return Visitor;\r