[Scummvm-cvs-logs] CVS: scummvm gameDetector.cpp,1.15,1.16
James Brown
ender at users.sourceforge.net
Tue Apr 16 08:50:10 CEST 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv7657
Modified Files:
gameDetector.cpp
Log Message:
Fix typo for the pedantic people on IRC.
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gameDetector.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** gameDetector.cpp 16 Apr 2002 12:07:16 -0000 1.15
--- gameDetector.cpp 16 Apr 2002 15:49:21 -0000 1.16
***************
*** 380,384 ****
if (!_gameDataPath) {
! warning("No path was provided. Assuming that data file are in the current directory");
_gameDataPath = strdup("");
}
--- 380,384 ----
if (!_gameDataPath) {
! warning("No path was provided. Assuming the data files are in the current directory");
_gameDataPath = strdup("");
}
More information about the Scummvm-git-logs
mailing list