Merge r511-519 from trunk.
This commit is contained in:
commit
b289784359
8 changed files with 125 additions and 15 deletions
|
|
@ -65,8 +65,8 @@ static void
|
|||
print_success_or_failure (bool bFailure, uint32_t * uiBlockCounter)
|
||||
{
|
||||
printf ("%c", (bFailure) ? 'x' : '.');
|
||||
if (uiBlockCounter)
|
||||
*uiBlockCounter += (bFailure) ? 0 : 4;
|
||||
if (uiBlockCounter && !bFailure)
|
||||
*uiBlockCounter += (*uiBlockCounter < 128) ? 4 : 16;
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue