mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
AerofoilX: Print missing files to stderr.
This commit is contained in:
@@ -305,6 +305,8 @@ GpIOStream *GpFileSystem_X::OpenFileNested(PortabilityLayer::VirtualDirectory_t
|
|||||||
FILE *f = fopen(resolvedPath.c_str(), mode);
|
FILE *f = fopen(resolvedPath.c_str(), mode);
|
||||||
if (!f)
|
if (!f)
|
||||||
{
|
{
|
||||||
|
fprintf(stderr, "GpFileSystem_X: Cannot open \"%s\"\n",
|
||||||
|
resolvedPath.c_str());
|
||||||
free(objStorage);
|
free(objStorage);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user