diff -r 9435b9008a58 -r a4eca1f021ac imgtools/imgcheck/libimgutils/src/rofsreader.cpp --- 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;