Changeset 103260 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Feb 7, 2024 4:56:08 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161549
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp
r98103 r103260 847 847 } 848 848 849 strcat(szPath, "/../VMMR0.r0"); 849 rc = RTStrCat(szPath, sizeof(szPath), "/../VMMR0.r0"); 850 if (RT_FAILURE(rc)) 851 { 852 RTPrintf("tstIntNet-1: RTStrCat -> %Rrc\n", rc); 853 return 1; 854 } 850 855 851 856 char szAbsPath[RTPATH_MAX];
Note:
See TracChangeset
for help on using the changeset viewer.