[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.328,1.329

Max Horn fingolfin at users.sourceforge.net
Thu Apr 8 16:00:14 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32078/scumm

Modified Files:
	script_v6.cpp 
Log Message:
seems it is 'endianness' and not 'endianess'

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- script_v6.cpp	5 Apr 2004 23:54:56 -0000	1.328
+++ script_v6.cpp	8 Apr 2004 22:46:46 -0000	1.329
@@ -478,7 +478,7 @@
 		return 0;
 	
 	// Workaround for a long standing bug where we save array headers in native
-	// endianess, instead of a fixed endianess. We try to detect savegames
+	// endianness, instead of a fixed endianness. We try to detect savegames
 	// which were created on a big endian system and convert them to little
 	// endian.
 	if ((ah->dim1 & 0xF000) || (ah->dim2 & 0xF000) || (ah->type & 0xFF00)) {





More information about the Scummvm-git-logs mailing list