diff -r 301c3edbdaa1 -r 787612182dd0 imgtools/imglib/filesystem/source/cluster.cpp --- a/imgtools/imglib/filesystem/source/cluster.cpp Wed May 12 09:52:26 2010 +0100 +++ b/imgtools/imglib/filesystem/source/cluster.cpp Thu May 13 08:38:18 2010 +0100 @@ -144,8 +144,8 @@ if(iCurrentClusterNumber >= iTotalNumberOfClusters) { throw ErrorHandler(IMAGESIZETOOBIG, - const_cast("Occupied number of clusters count exceeded than available clusters"), - const_cast(__FILE__),__LINE__); + "Occupied number of clusters count exceeded than available clusters", + __FILE__,__LINE__); } ++iCurrentClusterNumber; }