forked from OSchip/llvm-project
[lldb] Fix the Windows build after D121536
This commit is contained in:
parent
3b61587c9e
commit
b0a76b0162
|
@ -641,8 +641,7 @@ void IOHandlerEditline::PrintAsync(const char *s, size_t len, bool is_stdout) {
|
|||
IOHandler::PrintAsync(s, len, is_stdout);
|
||||
#ifdef _WIN32
|
||||
if (prompt)
|
||||
IOHandler::PrintAsync(GetOutputStreamFileSP().get(), prompt,
|
||||
strlen(prompt));
|
||||
IOHandler::PrintAsync(prompt, strlen(prompt), is_stdout);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue