From 5e5a0116317deb9568658c25777f53cefd3ad83e Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 30 Oct 2018 22:48:53 +0100 Subject: slice2cpp bug with lowercase drive letter on Windows Close #265 --- cpp/src/Slice/SliceUtil.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/src/Slice/SliceUtil.cpp') diff --git a/cpp/src/Slice/SliceUtil.cpp b/cpp/src/Slice/SliceUtil.cpp index 85dee38106c..ae45fe5967d 100644 --- a/cpp/src/Slice/SliceUtil.cpp +++ b/cpp/src/Slice/SliceUtil.cpp @@ -44,10 +44,6 @@ normalizePath(const string& path) { startReplace = 2; } - else - { - result[0] = toUpper(result.substr(0, 1))[0]; - } #endif string::size_type pos; while((pos = result.find("//", startReplace)) != string::npos) -- cgit v1.2.3