Searched hist:"04 bbb62b7a646a52a5fab4a490bc4ec4969c2d48" (Results 1 – 1 of 1) sorted by relevance
/freebsd/share/man/man3/ |
H A D | stdarg.3 | diff 04bbb62b7a646a52a5fab4a490bc4ec4969c2d48 Thu Jan 30 11:22:00 CET 1997 Joshua Peck Macdonald <jmacd@FreeBSD.org> 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. diff 04bbb62b7a646a52a5fab4a490bc4ec4969c2d48 Thu Jan 30 11:22:00 CET 1997 Joshua Peck Macdonald <jmacd@FreeBSD.org> 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.
|