Changeset 60493 in vbox for trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp
- Timestamp:
- Apr 14, 2016 1:45:31 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106599
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp
r60394 r60493 184 184 if (cbStr <= sizeof(aszPathFunc) - 1) 185 185 { 186 cbStr = RTStrPrintf(&aszPathCfg[0], sizeof(aszPathCfg), "%s/configs/%s ",187 pClass->pszGadgetPath, pszCfg );186 cbStr = RTStrPrintf(&aszPathCfg[0], sizeof(aszPathCfg), "%s/configs/%s/%s", 187 pClass->pszGadgetPath, pszCfg, pszFunc); 188 188 if (cbStr <= sizeof(aszPathCfg) - 1) 189 189 rc = RTSymlinkCreate(&aszPathCfg[0], &aszPathFunc[0], RTSYMLINKTYPE_DIR, 0);
Note:
See TracChangeset
for help on using the changeset viewer.