mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 13:53:15 +01:00
Cleanup.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace bx
|
||||
{
|
||||
// Reference:
|
||||
// Reference(s):
|
||||
// - https://web.archive.org/web/20180629044234/https://msdn.microsoft.com/en-us/library/a1y7w461.aspx
|
||||
//
|
||||
StringView tokenizeCommandLine(const StringView& _commandLine, char* _buffer, uint32_t& _bufferSize, int32_t& _argc, char* _argv[], int32_t _maxArgvs, char _term)
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user