Changeset 49039 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Oct 10, 2013 6:27:32 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89816
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install_service/generate_service_file.cpp
r44529 r49039 585 585 else 586 586 { 587 const char *pcszFileName = 588 RTPathFilename(pParameters->pcszCommand); 589 const char *pcszExtension = 590 RTPathExt(pParameters->pcszCommand); 587 const char *pcszFileName = RTPathFilename(pParameters->pcszCommand); 588 const char *pcszSuffix = RTPathSuffix(pParameters->pcszCommand); 591 589 char *pszName = RTStrDupN(pcszFileName, 592 pcsz Extension593 ? pcsz Extension- pcszFileName590 pcszSuffix 591 ? pcszSuffix - pcszFileName 594 592 : RTPATH_MAX); 595 593 bool fRc;
Note:
See TracChangeset
for help on using the changeset viewer.