Index: /trunk/psLib/src/fits/psFitsHeader.c
===================================================================
--- /trunk/psLib/src/fits/psFitsHeader.c	(revision 6883)
+++ /trunk/psLib/src/fits/psFitsHeader.c	(revision 6884)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-18 18:58:41 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-18 19:01:21 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -147,4 +147,11 @@
                         lastSpace[0] = '\0'; // Truncate the string here
                     }
+
+                    success = psMetadataAdd(out,
+                                            PS_LIST_TAIL,
+                                            keyName,
+                                            PS_DATA_STRING | PS_META_DUPLICATE_OK,
+                                            keyComment,
+                                            keyValueFixed);
                     break;
                 }
