[Scummvm-git-logs] scummvm master -> e513a5f5d2b35b4cd49affbb35912b172965fb09

lephilousophe noreply at scummvm.org
Sun Dec 31 17:09:04 UTC 2023


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:
e513a5f5d2 SDL: Fix comment


Commit: e513a5f5d2b35b4cd49affbb35912b172965fb09
    https://github.com/scummvm/scummvm/commit/e513a5f5d2b35b4cd49affbb35912b172965fb09
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-12-31T18:08:53+01:00

Commit Message:
SDL: Fix comment

This is now a Path and not a String anymore

Changed paths:
    backends/platform/sdl/sdl.h


diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index d15559c6d3f..9383f88f29b 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -118,10 +118,10 @@ protected:
 	/**
 	 * The path of the currently open log file, if any.
 	 *
-	 * @note This is currently a string and not an FSNode for simplicity;
+	 * @note This is currently a Path and not an FSNode for simplicity;
 	 * e.g. we don't need to include fs.h here, and currently the
 	 * only use of this value is to use it to open the log file in an
-	 * editor; for that, we need it only as a string anyway.
+	 * editor; for that, we need it only as a path anyway.
 	 */
 	Common::Path _logFilePath;
 




More information about the Scummvm-git-logs mailing list