Changeset 107768 in vbox
- Timestamp:
- Jan 15, 2025 12:17:44 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp
r107744 r107768 491 491 if (!getenv("VBOX_XPCOM_HOME")) 492 492 { 493 str cpy(szTmp, argv[0]);493 strncpy(szTmp, argv[0], sizeof(szTmp)); 494 494 *strrchr(szTmp, '/') = '\0'; 495 495 strcat(szTmp, "/..");
Note:
See TracChangeset
for help on using the changeset viewer.