Skip to content

Commit 3becb4f

Browse files
ashgtiJDevlieghere
andauthored
Update lldb/tools/lldb-dap/OutputRedirector.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent bcecf0c commit 3becb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/OutputRedirector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Expected<int> OutputRedirector::GetWriteFileDescriptor() {
3838
return m_fd;
3939
}
4040

41-
Error OutputRedirector::RedirectTo(std::FILE *override,
41+
Error OutputRedirector::RedirectTo(std::FILE *file_override,
4242
std::function<void(StringRef)> callback) {
4343
assert(m_fd == kInvalidDescriptor && "Output readirector already started.");
4444
int new_fd[2];

0 commit comments

Comments
 (0)