mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
fs: consistently use fsbridge for fopen()
This commit is contained in:
parent
486261dfcb
commit
5e8975e269
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue