Changeset 3bdaf18 in nscp for modules/CheckSystem/CheckSystem.cpp
- Timestamp:
- 04/16/11 22:51:04 (2 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 7ec3dd1
- Parents:
- d66ccee
- File:
-
- 1 edited
-
modules/CheckSystem/CheckSystem.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckSystem/CheckSystem.cpp
rd66ccee r3bdaf18 184 184 } 185 185 186 int CheckSystem::commandLineExec(const TCHAR* command,const unsigned int argLen,TCHAR** args) {186 int CheckSystem::commandLineExec(const wchar_t* command,const unsigned int argLen,wchar_t** args) { 187 187 if (command == NULL) { 188 188 std::wcerr << _T("Usage: ... CheckSystem <command>") << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.








