Skip to content

Commit

Permalink
Update CppInterOp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Aug 21, 2024
1 parent ef6610d commit a25ba71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Interpreter/CppInterOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3208,8 +3208,8 @@ namespace Cpp {
public:
#if defined(_WIN32)
StreamCaptureInfo(int FD) : m_FD(FD) {

if (!m_TempFile) {
err = tmpfile_s(&m_TempFile);
if (!err) {
perror("StreamCaptureInfo: Unable to create temp file");
return;
}
Expand Down

0 comments on commit a25ba71

Please sign in to comment.