diff -r 626fd85b1f69 -r 5391ab620c95 mapcenterobj.cpp --- a/mapcenterobj.cpp Tue Sep 05 15:05:18 2006 +0000 +++ b/mapcenterobj.cpp Wed Sep 06 12:47:06 2006 +0000 @@ -152,7 +152,7 @@ // Save FloatImages FloatImageObj *fio; for (fio=floatimage.first(); fio; fio=floatimage.next() ) - s+=fio->saveToDir (tmpdir,prefix,offset); + s+=fio->saveToDir (tmpdir,prefix); // Save XLinks XLinkObj *xlo;