Changeset 205 in pacpusframework
- Timestamp:
- Oct 29, 2013, 4:48:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DBITEPlayer/src/main.cpp
r146 r205 71 71 } 72 72 LOG_INFO("loading file '" << configFilePath << "'"); 73 size_t componentCount = mgr->loadComponents(configFilePath.c_str());73 const size_t componentCount = mgr->loadComponents(configFilePath.c_str()); 74 74 if (componentCount == 0) { 75 75 LOG_FATAL("no components, exiting");
Note:
See TracChangeset
for help on using the changeset viewer.