mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
const correctness
svn-id: r41765
This commit is contained in:
parent
4f631e9a89
commit
59c32e72fb
@ -304,7 +304,7 @@ bool Script::load(const char *fileName) {
|
||||
|
||||
Common::String *fileBase;
|
||||
|
||||
char *dot;
|
||||
const char *dot;
|
||||
if ((dot = strrchr(fileName, '.'))) {
|
||||
fileBase = new Common::String(fileName, dot);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user