diff --git a/filesystem/VFileSystem009.cpp b/filesystem/VFileSystem009.cpp index a5517d0a..7bd53f69 100644 --- a/filesystem/VFileSystem009.cpp +++ b/filesystem/VFileSystem009.cpp @@ -517,8 +517,7 @@ extern "C" void EXPORT *CreateInterface( const char *interface, int *retval ) { static fs_api_t copy = { 0 }; // return a copy, to disallow overriding - if( !copy.InitStdio ) - memcpy( ©, &g_api, sizeof( copy )); + memcpy( ©, &g_api, sizeof( copy )); if( retval ) *retval = 0;