Added home dir lookup.

This commit is contained in:
Branimir Karadžić
2017-11-15 20:19:57 -08:00
parent a2dd7097fb
commit c04c499aee
5 changed files with 69 additions and 13 deletions

View File

@@ -236,7 +236,7 @@ namespace bx
result = len != 0 && len < *_inOutSize;
if (len < *_inOutSize)
{
strCopy(_out, len, ptr);
strCopy(_out, *_inOutSize, ptr);
}
}