Changeset 79468 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Jul 2, 2019 3:17:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
r79467 r79468 185 185 if (cch > 2 && pszNativePath[cch - 1] == '/') 186 186 { 187 pszStat = pszFree = RTMemTmpAlloc(cch);187 pszStat = pszFree = (char *)RTMemTmpAlloc(cch); 188 188 memcpy(pszFree, pszNativePath, cch); 189 189 do
Note:
See TracChangeset
for help on using the changeset viewer.