cvs commit: src/lib/libc/stdio vfprintf.c vfscanf.c vfwprintf.c vfwscanf.c vswprintf.c vswscanf.c

Tim J. Robbins tjr at FreeBSD.org
Wed Nov 5 00:20:47 PST 2003


tjr         2003/11/05 00:20:45 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       vfprintf.c vfscanf.c vfwprintf.c 
                         vfwscanf.c vswprintf.c vswscanf.c 
  Log:
  Pass NULL instead of a pointer to a zeroed mbstate_t object.
  
  Revision  Changes    Path
  1.60      +4 -9      src/lib/libc/stdio/vfprintf.c
  1.33      +3 -7      src/lib/libc/stdio/vfscanf.c
  1.13      +2 -5      src/lib/libc/stdio/vfwprintf.c
  1.7       +6 -10     src/lib/libc/stdio/vfwscanf.c
  1.4       +1 -3      src/lib/libc/stdio/vswprintf.c
  1.2       +1 -3      src/lib/libc/stdio/vswscanf.c


More information about the cvs-src mailing list