Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 02:18:33 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio vfwscanf.c
Message-ID:  <200209240918.g8O9IXuM085361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/24 02:18:33 PDT

  Modified files:
    lib/libc/stdio       vfwscanf.c 
  Log:
  Remove an unneeded call to _sfrefill() that was missed in the conversion
  from vfscanf() to vfwscanf(). It doesn't hurt to have it there, but it's
  redundant since __fgetwc() will refill the buffer if it needs to.
  
  Revision  Changes    Path
  1.2       +0 -6      src/lib/libc/stdio/vfwscanf.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209240918.g8O9IXuM085361>