[Scummvm-cvs-logs] CVS: residual lab.cpp,1.5,1.6

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Feb 21 08:03:04 CET 2004


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

Modified Files:
	lab.cpp 
Log Message:
not needed

Index: lab.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lab.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lab.cpp	13 Dec 2003 11:03:42 -0000	1.5
+++ lab.cpp	21 Feb 2004 15:50:49 -0000	1.6
@@ -47,9 +47,6 @@
 
   std::fseek(f_, 16, SEEK_SET);
   char binary_entry[16];
-#ifndef _MSC_VER
-  file_map_.resize(num_entries);
-#endif
   for (int i = 0; i < num_entries; i++) {
     std::fread(binary_entry, 1, 16, f_);
     int fname_offset = READ_LE_UINT32(binary_entry);
@@ -60,9 +57,7 @@
     std::transform(fname.begin(), fname.end(), fname.begin(), tolower);
 
     file_map_.insert(std::make_pair(fname, LabEntry(start, size)));
-#ifndef _MSC_VER
     file_map_.size();
-#endif
   }
 
   delete [] string_table;





More information about the Scummvm-git-logs mailing list