mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
realpath() returns NULL on error, so the existing code treated its success as a critical error. this commit fixes this.
realpath() returns NULL on error, so the existing code treated its success as a critical error. this commit fixes this.