Changeset 33342 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 22, 2010 11:17:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r33341 r33342 500 500 if (RT_LIKELY(cchLink != -1)) 501 501 { 502 szNativeDest[RT_MIN(cchLink, (ssize_t)sizeof(RTPATH_MAX-1))] = '\0';502 szNativeDest[RT_MIN(cchLink, RTPATH_MAX-1)] = '\0'; 503 503 rc = rtPathFromNativeCopy(pszDestLink, cchDestLink, szNativeDest, NULL); 504 504 }
Note:
See TracChangeset
for help on using the changeset viewer.