diff --git a/bc/file/Path.cpp b/bc/file/Path.cpp index 9c1306a..e27bd47 100644 --- a/bc/file/Path.cpp +++ b/bc/file/Path.cpp @@ -179,6 +179,8 @@ bool MakeUnivPath(const char* path, char* result, size_t capacity) { } result[i] = path[i] == '\\' ? '/' : path[i]; + + i++; } result[0] = '\0';