Skip to content

Commit

Permalink
Fixed bug on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierbichler-cea committed Sep 14, 2020
1 parent d67838d commit f3f8b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Utils.cpp
Expand Up @@ -553,7 +553,7 @@ std::string N2D2::Utils::exec(const std::string& cmd, int* status) {
result += buffer.data();
}

status = 0;
(*status) = 0;
#else
int coutPipe[2];
int cerrPipe[2];
Expand Down

0 comments on commit f3f8b7d

Please sign in to comment.