Index: /trunk/psModules/src/camera/pmFPAfile.c
===================================================================
--- /trunk/psModules/src/camera/pmFPAfile.c	(revision 14201)
+++ /trunk/psModules/src/camera/pmFPAfile.c	(revision 14202)
@@ -54,5 +54,5 @@
     psMemSetDeallocator(file, (psFreeFunc) pmFPAfileFree);
 
-    file->phu = false;
+    file->wrote_phu = false;
     file->readout = NULL;
     file->header = NULL;
Index: /trunk/psModules/src/camera/pmFPAfile.h
===================================================================
--- /trunk/psModules/src/camera/pmFPAfile.h	(revision 14201)
+++ /trunk/psModules/src/camera/pmFPAfile.h	(revision 14202)
@@ -4,6 +4,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-06-14 02:03:29 $
+ * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-07-14 03:17:44 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -65,5 +65,5 @@
     psFits *fits;                       // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle
 
-    bool phu;                           // have we written a PHU for this file?
+    bool wrote_phu;			// have we written a PHU for this file?
     psMetadata *header;                 // pointer (view) to the current hdu header
 
