diff options
-rw-r--r-- | Tools/Source/TianoTools/FlashMap/FlashMap.c | 1 |
1 files changed, 1 insertions, 0 deletions
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;
|