Index: trunk/psLib/test/sys/tst_psMemory.c
===================================================================
--- trunk/psLib/test/sys/tst_psMemory.c	(revision 6278)
+++ trunk/psLib/test/sys/tst_psMemory.c	(revision 6767)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-01-26 21:10:22 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-04-04 19:52:55 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -583,5 +583,5 @@
     fits = psFitsOpen("test.fits","w");
     psImage* img = psImageAlloc(16,16,PS_TYPE_F32);
-    psFitsWriteImage(fits,NULL,img,1);
+    psFitsWriteImage(fits,NULL,img,1,NULL);
     psFree(img);
     if ( !psMemCheckType(PS_DATA_FITS, fits) ) {
