[Scummvm-cvs-logs] SF.net SVN: scummvm: [26599] scummvm/trunk/common/advancedDetector.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Thu Apr 26 22:26:50 CEST 2007
Revision: 26599
http://scummvm.svn.sourceforge.net/scummvm/?rev=26599&view=rev
Author: fingolfin
Date: 2007-04-26 13:26:49 -0700 (Thu, 26 Apr 2007)
Log Message:
-----------
Remove bogus use of tstr2 (which is empty at this point anyway)
Modified Paths:
--------------
scummvm/trunk/common/advancedDetector.cpp
Modified: scummvm/trunk/common/advancedDetector.cpp
===================================================================
--- scummvm/trunk/common/advancedDetector.cpp 2007-04-26 20:18:12 UTC (rev 26598)
+++ scummvm/trunk/common/advancedDetector.cpp 2007-04-26 20:26:49 UTC (rev 26599)
@@ -315,7 +315,7 @@
debug(3, "+ %s", tstr.c_str());
if (!filesMD5.contains(tstr)) {
if (testFile.open(file->_key)) {
- filesSize[tstr] = filesSize[tstr2] = (int32)testFile.size();
+ filesSize[tstr] = (int32)testFile.size();
testFile.close();
if (md5_file_string(file->_key.c_str(), md5str, params.md5Bytes)) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list