Changeset - r11827:2c1d588e1444
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-05-03 21:56:46
rubidium@openttd.org
(svn r16222) -Fix: unneeded pointer dereferencing
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/script/squirrel_std.cpp
Show inline comments
 
@@ -60,7 +60,7 @@ SQInteger SquirrelStd::require(HSQUIRREL
 
	SQChar *s = scstrrchr(real_filename, PATHSEPCHAR);
 
	if (s != NULL) {
 
		/* Keep the PATHSEPCHAR there, remove the rest */
 
		*s++;
 
		s++;
 
		*s = '\0';
 
	}
 
	/* And now we concat, so we are relative from the current script
0 comments (0 inline, 0 general)