mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
Added home dir lookup.
This commit is contained in:
@@ -236,7 +236,7 @@ namespace bx
|
||||
result = len != 0 && len < *_inOutSize;
|
||||
if (len < *_inOutSize)
|
||||
{
|
||||
strCopy(_out, len, ptr);
|
||||
strCopy(_out, *_inOutSize, ptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user