This commit is contained in:
Branimir Karadžić
2018-06-28 21:45:52 -07:00
parent cf98ffa1d7
commit aeae43b978
3 changed files with 3 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ namespace bx
static int32_t normalizeFilePath(char* _dst, int32_t _dstSize, const char* _src, int32_t _num)
{
// Reference: Lexical File Names in Plan 9 or Getting Dot-Dot Right
// https://9p.io/sys/doc/lexnames.html
// - https://web.archive.org/web/20180629044444/https://9p.io/sys/doc/lexnames.html
const int32_t num = strLen(_src, _num);