Changeset 5104 for trunk/archive/scripts/src/phase2/psAdditionals.c
- Timestamp:
- Sep 22, 2005, 4:54:52 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/psAdditionals.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/psAdditionals.c
r4793 r5104 103 103 break; 104 104 default: 105 printf("\n"); 105 106 psError(PS_ERR_IO, false, "Non-printable metadata type: %x\n", item->type); 106 107 } … … 262 263 // Go through the MULTI 263 264 psList *multi = argItem->data.V; // The list of MULTI psMetadataItems 264 if (*argc < i + multi-> size) {265 if (*argc < i + multi->n) { 265 266 psError(PS_ERR_IO, true, "Not enough arguments for %s.\n", argItem->name); 266 267 // Remove the arguments --- they will be ignored
Note:
See TracChangeset
for help on using the changeset viewer.
