Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 00:49:12 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio vfwprintf.c
Message-ID:  <200311120849.hAC8nCSr062465@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/11/12 00:49:12 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       vfwprintf.c 
  Log:
  Use __sfvwrite() instead of __sputc() via __fputwc() to write to fake
  string files (__SSTR flag set). This is necessary because __sputc()
  does not respect the __SALC flag, and crashes trying to flush the buffer
  instead of resizing it.
  
  PR:             59167
  
  Revision  Changes    Path
  1.14      +30 -1     src/lib/libc/stdio/vfwprintf.c



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