Skip to content

Commit c33862d

Browse files
guuswLastique
authored andcommitted
Fix logic error in comment
1 parent 4d88f86 commit c33862d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#endif
3939
#include <cerrno>
4040

41-
// Use WASI when not building with emscripten or when BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI is set
41+
// Use WASI when not building with emscripten or when BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI is not set
4242
#if defined(__wasm) && (!defined(__EMSCRIPTEN__) || !defined(BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI))
4343
#define BOOST_FILESYSTEM_STANDALONE_WASM
4444
#endif

0 commit comments

Comments
 (0)