Changeset 33450 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Oct 26, 2010 9:24:32 AM (14 years ago)
- Location:
- trunk/src/VBox/Runtime/common/path
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathJoin.cpp
r28800 r33450 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT - RTPathJoin 3 * IPRT - RTPathJoin. 4 4 */ 5 5 … … 43 43 AssertPtr(pszPathDst); 44 44 AssertPtr(pszPathSrc); 45 AssertPtr(pszAppend); 45 46 46 47 /*
Note:
See TracChangeset
for help on using the changeset viewer.