1
0
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:
John McCall 2012-05-02 05:39:10 +00:00
parent 101c4055c5
commit 4ceb1d12c4

View File

@ -128,7 +128,7 @@ static int RunProgramRemotelyWithTimeout(const sys::Path &RemoteClientPath,
ErrorFile.close();
}
errs() << OS;
errs() << OS.str();
}
return ReturnCode;