K 10 svn:author V 5 jmacd K 8 svn:date V 27 1997-01-30T10:22:00.000000Z K 7 svn:log V 375 I just found a bug in my program, I was calling va_arg (..., char), when parsing a printf-like arg list. Looking for someone to blame, I noticed that the man page has a bad example. It clearly says at the top that types following the last known argument are passed after their default type conversions, and then later the example uses va_arg (..., char); so I fixed it. END