Changeset 56324 in vbox for trunk/src/bldprogs
- Timestamp:
- Jun 9, 2015 11:00:39 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scm.cpp
r56310 r56324 677 677 static int scmSettingsLoadFile(PSCMSETTINGS pSettings, const char *pszFilename) 678 678 { 679 ScmVerbose(NULL, 3, "Loading settings file '%s'...\n", pszFilename); 680 679 681 SCMSTREAM Stream; 680 682 int rc = ScmStreamInitForReading(&Stream, pszFilename);
Note:
See TracChangeset
for help on using the changeset viewer.