Copyright Digital Equipment Corp. All rights reserved.

OUTTOOFEW

Message        <Context> the number of conversion specifiers to
               <function name> exceeds the number of values to be
               converted.  Conversion specifiers from "<last valid
               conversion>" onward will process meaningless and
               perhaps invalid data.

Description    The number of conversion specifiers is greater than
               the number of values to be converted as specified in
               the parameter list.  This is probably not what you
               intended.

User Action    Make sure the number of conversion specifiers match
               the values to be converted.