This commit is contained in:
Branimir Karadžić
2018-11-25 20:10:24 -08:00
parent a89331575a
commit 3a67e19e99
9 changed files with 26 additions and 21 deletions

View File

@@ -36,8 +36,9 @@ 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://web.archive.org/web/20180629044444/https://9p.io/sys/doc/lexnames.html
// Reference(s):
// - Lexical File Names in Plan 9 or Getting Dot-Dot Right
// https://web.archive.org/web/20180629044444/https://9p.io/sys/doc/lexnames.html
const int32_t num = strLen(_src, _num);