[Scummvm-git-logs] scummvm master -> 9c10591f51ecf4b6536ddd6155a50122799b6ebd

lephilousophe noreply at scummvm.org
Thu Oct 3 06:39:11 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9c10591f51 BACKENDS: FS: Fix build


Commit: 9c10591f51ecf4b6536ddd6155a50122799b6ebd
    https://github.com/scummvm/scummvm/commit/9c10591f51ecf4b6536ddd6155a50122799b6ebd
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-10-03T08:38:52+02:00

Commit Message:
BACKENDS: FS: Fix build

Changed paths:
    backends/fs/stdiostream.cpp


diff --git a/backends/fs/stdiostream.cpp b/backends/fs/stdiostream.cpp
index f6b58e23ff5..f548d402e97 100644
--- a/backends/fs/stdiostream.cpp
+++ b/backends/fs/stdiostream.cpp
@@ -137,7 +137,7 @@ StdioStream *StdioStream::makeFromPathHelper(const Common::String &path, bool wr
 #endif
 
 	if (handle)
-		return new factory(handle);
+		return factory(handle);
 	return nullptr;
 }
 




More information about the Scummvm-git-logs mailing list