Index: /trunk/psModules/src/camera/pmFPAfile.c
===================================================================
--- /trunk/psModules/src/camera/pmFPAfile.c	(revision 10917)
+++ /trunk/psModules/src/camera/pmFPAfile.c	(revision 10918)
@@ -62,5 +62,5 @@
     psMemSetDeallocator(file, (psFreeFunc) pmFPAfileFree);
 
-    file->phu = NULL;
+    file->phu = false;
     file->readout = NULL;
     file->header = NULL;
Index: /trunk/psModules/src/camera/pmFPAfile.h
===================================================================
--- /trunk/psModules/src/camera/pmFPAfile.h	(revision 10917)
+++ /trunk/psModules/src/camera/pmFPAfile.h	(revision 10918)
@@ -7,6 +7,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-12-01 22:16:21 $
+*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-01-05 20:17:21 $
 *
 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
@@ -65,10 +65,10 @@
     pmFPALevel fileLevel;  // what level in the FPA hierarchy represents a unique file?
     pmFPALevel dataLevel;  // at what level do we read/write the data segment?
-    pmFPALevel freeLevel;  // at what level do we read/write the data segment?
+    pmFPALevel freeLevel;  // at what level do we free the data segment?
 
     pmFPA *fpa;    // for I/O files, we carry a pointer to the complete fpa
     psFits *fits;   // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle
 
-    psMetadata *phu;   // pointer (view) to the current phu header
+    bool phu;             // have we written a PHU for this file?
     psMetadata *header;   // pointer (view) to the current hdu header
 
