Changeset 33464 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/solaris
- Timestamp:
- Oct 26, 2010 12:27:50 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp
r31939 r33464 207 207 { 208 208 *pInstance = Req.Instance; 209 rc = RTStr APrintf(ppszClientPath, "%s", Req.achClientPath);209 rc = RTStrDupEx(ppszClientPath, Req.achClientPath); 210 210 if (RT_SUCCESS(rc)) 211 211 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.