mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
fs: consistently use fsbridge for fopen()
This commit is contained in:
@@ -923,7 +923,7 @@ BOOST_AUTO_TEST_CASE(script_build)
|
||||
}
|
||||
|
||||
#ifdef UPDATE_JSON_TESTS
|
||||
FILE* file = fopen("script_tests.json.gen", "w");
|
||||
FILE* file = fsbridge::fopen("script_tests.json.gen", "w");
|
||||
fputs(strGen.c_str(), file);
|
||||
fclose(file);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user