diff --git a/mk/windows/vs2019-64/g3d_viewerx64_obj/Release/g3d_viewer.vcxproj.FileListAbsolute.txt b/mk/windows/vs2019-64/g3d_viewerx64_obj/Release/g3d_viewer.vcxproj.FileListAbsolute.txt new file mode 100644 index 000000000..e69de29bb diff --git a/mk/windows/vs2019-64/glestx64_obj/Release/glest.vcxproj.FileListAbsolute.txt b/mk/windows/vs2019-64/glestx64_obj/Release/glest.vcxproj.FileListAbsolute.txt new file mode 100644 index 000000000..e69de29bb diff --git a/mk/windows/vs2019-64/libglestx64_obj/Release/libglest.vcxproj.FileListAbsolute.txt b/mk/windows/vs2019-64/libglestx64_obj/Release/libglest.vcxproj.FileListAbsolute.txt new file mode 100644 index 000000000..e69de29bb diff --git a/mk/windows/vs2019-64/map_editorx64_obj/Release/map_editor.vcxproj.FileListAbsolute.txt b/mk/windows/vs2019-64/map_editorx64_obj/Release/map_editor.vcxproj.FileListAbsolute.txt new file mode 100644 index 000000000..e69de29bb diff --git a/source/shared_lib/sources/platform/common/platform_common.cpp b/source/shared_lib/sources/platform/common/platform_common.cpp index c3b669a04..ea7cdb720 100644 --- a/source/shared_lib/sources/platform/common/platform_common.cpp +++ b/source/shared_lib/sources/platform/common/platform_common.cpp @@ -562,7 +562,7 @@ namespace Shared { } path += seperator; } - return path + return path; } string formatPath(string path) {