cvs commit: src/lib/libc/stdio vfprintf.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Mon Aug 1 15:51:50 PDT 2005
joerg 2005/08/01 15:50:45 PDT
DragonFly src repository
Modified files:
lib/libc/stdio vfprintf.c
Log:
Constify xdigs argument to __u[lj]toa. Cast u_long and u_quad_t to
size_t before using them as index. Rename MAXEXP to MAXEXPDIG. Rename
exp to expo to avoid shadowing.
Inspired-by: FreeBSD
Revision Changes Path
1.13 +19 -19 src/lib/libc/stdio/vfprintf.c
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/vfprintf.c.diff?r1=1.12&r2=1.13&f=u
More information about the Commits
mailing list