Fix verifyOutputBuffer return value in printf (#99)

Function verifyOutputBuffer returns non-zero value in case of mismatch.
Return value 'false' means some mismatches are treated as matches. This
commit fix this problem.
1 file changed