fix(tests): fixed file generation in tools for linux
This commit is contained in:
parent
91ff52883c
commit
7845528fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ int cosms_core_tool_file_generate_delete_file(void) {
|
|||
|
||||
fclose(file);
|
||||
|
||||
fopen_s(&file, LARGE_DELETE_FILE_PATH, "wb");
|
||||
file = fopen(LARGE_DELETE_FILE_PATH, "wb");
|
||||
if (file == NULL) {
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue