mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:03:00 +00:00
[ROSAUTOTEST]
Use "advanced C++ features" like default parameters to reduce the complexity of StringOut calls and fix a warning in the MSVC build :-) svn path=/trunk/; revision=57076
This commit is contained in:
parent
f2f3bf80cc
commit
647486074a
7 changed files with 17 additions and 17 deletions
|
@ -146,7 +146,7 @@ CJournaledTestList::WriteInitialJournalFile()
|
|||
CTestInfo* TestInfo;
|
||||
DWORD BytesWritten;
|
||||
|
||||
StringOut("Writing initial journal file...\n\n", TRUE);
|
||||
StringOut("Writing initial journal file...\n\n");
|
||||
|
||||
m_ListIterator = 0;
|
||||
|
||||
|
@ -192,7 +192,7 @@ CJournaledTestList::LoadJournalFile()
|
|||
DWORD BytesRead;
|
||||
DWORD RemainingSize;
|
||||
|
||||
StringOut("Loading journal file...\n\n", TRUE);
|
||||
StringOut("Loading journal file...\n\n");
|
||||
|
||||
OpenJournal(GENERIC_READ);
|
||||
RemainingSize = GetFileSize(m_hJournal, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue