imgtools/imgcheck/libimgutils/src/rofsreader.cpp
changeset 633 a4eca1f021ac
parent 590 360bd6b35136
--- a/imgtools/imgcheck/libimgutils/src/rofsreader.cpp	Mon Aug 30 15:04:06 2010 +0800
+++ b/imgtools/imgcheck/libimgutils/src/rofsreader.cpp	Thu Sep 09 19:09:10 2010 +0800
@@ -118,7 +118,7 @@
 				ext.find(".prt") != string::npos || ext.find(".nif") != string::npos || 
 				ext.find(".tsy") != string::npos || ext.find(".pdl") != string::npos || 
 				ext.find(".csy") != string::npos || ext.find(".agt") != string::npos || 
-				ext.find(".ani") != string::npos || ext.find(".loc") != string::npos || 
+				ext.find(".ani") != string::npos || //ext.find(".loc") != string::npos || 
 				ext.find(".pdd") != string::npos || ext.find(".ldd") != string::npos ||
 				ext.find(".drv") != string::npos)  {
 				return true;