Changeset 3117 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Jun 15, 2007 9:03:24 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22006
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/server.cpp
r3094 r3117 1140 1140 1141 1141 iSize = snprintf (szBuf, sizeof(szBuf), 1142 "innotek VirtualBox " 1143 #ifdef VBOX_OSE 1144 "OSE " 1145 #endif 1146 "XPCOM Server Version %s", 1142 "innotek VirtualBox XPCOM Server Version " 1147 1143 VBOX_VERSION_STRING); 1148 1144 for (int i=iSize; i>0; i--) … … 1176 1172 { 1177 1173 char szBuf[32]; 1178 c har *lf = "\n";1174 const char *lf = "\n"; 1179 1175 RTFileOpen(&pidFile, pszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE); 1180 1176 RTStrFormatNumber(szBuf, getpid(), 10, 0, 0, 0);
Note:
See TracChangeset
for help on using the changeset viewer.