Joshua Peck Macdonald 04bbb62b7a 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.
1997-01-30 10:22:00 +00:00
..
1997-01-15 05:18:29 +00:00
1997-01-15 19:39:45 +00:00
1994-08-05 09:14:37 +00:00