mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 04:05:05 +00:00
Fix unintentional use of operator bool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155978 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41827f9ba2
commit
9679f0f357
@ -128,7 +128,7 @@ static int RunProgramRemotelyWithTimeout(const sys::Path &RemoteClientPath,
|
||||
ErrorFile.close();
|
||||
}
|
||||
|
||||
errs() << OS;
|
||||
errs() << OS.str();
|
||||
}
|
||||
|
||||
return ReturnCode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user