mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(file): added missing increment inside MakeUnivPath
This commit is contained in:
parent
05c63dbea7
commit
9c714d93df
1 changed files with 2 additions and 0 deletions
|
|
@ -179,6 +179,8 @@ bool MakeUnivPath(const char* path, char* result, size_t capacity) {
|
|||
}
|
||||
|
||||
result[i] = path[i] == '\\' ? '/' : path[i];
|
||||
|
||||
i++;
|
||||
}
|
||||
|
||||
result[0] = '\0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue