Index: trunk/psLib/test/astronomy/tst_psAstrometry01.c
===================================================================
--- trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 2107)
+++ trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 2109)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-14 01:53:20 $
+*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-14 02:05:00 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -461,5 +461,5 @@
                         psCell *myCell2 = psCellInChip(&chipCoord, tmpChip);
                         if (myCell2 != myCell) {
-                            printf("ERROR: psCellInFPA() != psCellInChip(psChipInFPA()) (%d %d)\n", (int) myCell2, (int) myCell);
+                            printf("ERROR: psCellInFPA() != psCellInChip(psChipInFPA()) (%p %p)\n", myCell2, myCell);
                             printCell(myCell2);
                             printCell(myCell);
