Index: /trunk/psLib/src/dataIO/psFits.c
===================================================================
--- /trunk/psLib/src/dataIO/psFits.c	(revision 3037)
+++ /trunk/psLib/src/dataIO/psFits.c	(revision 3038)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-18 19:36:26 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-18 19:49:30 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1216,5 +1216,5 @@
                     psMetadataAdd(data,PS_LIST_TAIL, name, \
                                   PS_TYPE_##TYPE, PS_META_PRIMITIVE, \
-                                  "", value); \
+                                  "", (ps##TYPE)value); \
                 } \
                 break; \
Index: /trunk/psLib/src/fileUtils/psFits.c
===================================================================
--- /trunk/psLib/src/fileUtils/psFits.c	(revision 3037)
+++ /trunk/psLib/src/fileUtils/psFits.c	(revision 3038)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-18 19:36:26 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-18 19:49:30 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1216,5 +1216,5 @@
                     psMetadataAdd(data,PS_LIST_TAIL, name, \
                                   PS_TYPE_##TYPE, PS_META_PRIMITIVE, \
-                                  "", value); \
+                                  "", (ps##TYPE)value); \
                 } \
                 break; \
Index: /trunk/psLib/src/fits/psFits.c
===================================================================
--- /trunk/psLib/src/fits/psFits.c	(revision 3037)
+++ /trunk/psLib/src/fits/psFits.c	(revision 3038)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-18 19:36:26 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-18 19:49:30 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1216,5 +1216,5 @@
                     psMetadataAdd(data,PS_LIST_TAIL, name, \
                                   PS_TYPE_##TYPE, PS_META_PRIMITIVE, \
-                                  "", value); \
+                                  "", (ps##TYPE)value); \
                 } \
                 break; \
