mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix unintentional use of operator bool.
llvm-svn: 155978
This commit is contained in:
parent
101c4055c5
commit
4ceb1d12c4
@ -128,7 +128,7 @@ static int RunProgramRemotelyWithTimeout(const sys::Path &RemoteClientPath,
|
||||
ErrorFile.close();
|
||||
}
|
||||
|
||||
errs() << OS;
|
||||
errs() << OS.str();
|
||||
}
|
||||
|
||||
return ReturnCode;
|
||||
|
Loading…
Reference in New Issue
Block a user