fix(tests): fixed file generation in tools for linux

This commit is contained in:
Mineplay 2025-12-21 13:09:41 +01:00
parent 91ff52883c
commit 7845528fbf

View file

@ -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;
}