Index: trunk/psphot/src/psModulesUtils.c
===================================================================
--- trunk/psphot/src/psModulesUtils.c	(revision 5125)
+++ trunk/psphot/src/psModulesUtils.c	(revision 5350)
@@ -23,5 +23,5 @@
 
     // I'm either expecting a string, with the name "HD:keyword"...
-    if (item->type == PS_META_STR) {
+    if (item->type == PS_DATA_STRING) {
 	source = item->data.V;
 	if (!strncasecmp (source, "HD:", 3)) {
@@ -38,5 +38,5 @@
 
     //  ... or a value (F32?)
-    if (item->type == PS_META_F32) {
+    if (item->type == PS_DATA_F32) {
 	value = item->data.F32;
 	// psFree (item);
