Index: trunk/archive/scripts/src/phase2/psAdditionals.c
===================================================================
--- trunk/archive/scripts/src/phase2/psAdditionals.c	(revision 4793)
+++ trunk/archive/scripts/src/phase2/psAdditionals.c	(revision 5104)
@@ -103,4 +103,5 @@
 	    break;
 	  default:
+	    printf("\n");
 	    psError(PS_ERR_IO, false, "Non-printable metadata type: %x\n", item->type);
 	}
@@ -262,5 +263,5 @@
 		// Go through the MULTI
 		psList *multi = argItem->data.V; // The list of MULTI psMetadataItems
-		if (*argc < i + multi->size) {
+		if (*argc < i + multi->n) {
 		    psError(PS_ERR_IO, true, "Not enough arguments for %s.\n", argItem->name);
 		    // Remove the arguments --- they will be ignored
