Index: trunk/pstamp/src/ppstampMakeStamp.c
===================================================================
--- trunk/pstamp/src/ppstampMakeStamp.c	(revision 17270)
+++ trunk/pstamp/src/ppstampMakeStamp.c	(revision 17416)
@@ -487,5 +487,5 @@
     }
 
-    pmFPAfile *astrom = psMetadataLookupPtr(&status, config->files, "PSWARP.ASTROM");
+    pmFPAfile *astrom = psMetadataLookupPtr(NULL, config->files, "PSWARP.ASTROM");
     if (!status) {
         psError(PS_ERR_UNKNOWN, true, "Can't find input astrometry!\n");
Index: trunk/pstamp/src/pstampfinish.c
===================================================================
--- trunk/pstamp/src/pstampfinish.c	(revision 17270)
+++ trunk/pstamp/src/pstampfinish.c	(revision 17416)
@@ -319,5 +319,5 @@
     options->dsRoot = psMetadataLookupStr(NULL, options->config->site, "PSTAMP_DATA_STORE_ROOT");
     if (options->dsRoot == NULL) {
-        fprintf(stderr, "failed to find PSTAMP_DS_ROOT in site configuration\n");
+        fprintf(stderr, "failed to find PSTAMP_DATA_STORE_ROOT in site configuration\n");
         exit (PS_EXIT_CONFIG_ERROR);
     }
