mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
OK.. I think the directory has been recovered and renamed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* lib/stdio/lib_vsprintf.c
|
||||
* libc/stdio/lib_vsprintf.c
|
||||
*
|
||||
* Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -84,7 +84,7 @@ int vsprintf(FAR char *dest, const char *src, va_list ap)
|
||||
struct lib_memoutstream_s memoutstream;
|
||||
|
||||
/* Wrap the destination buffer in a stream object and let
|
||||
* lib/stdio/lib_vsprintf do the work.
|
||||
* libc/stdio/lib_vsprintf do the work.
|
||||
*/
|
||||
|
||||
lib_memoutstream((FAR struct lib_memoutstream_s *)&memoutstream, dest, LIB_BUFLEN_UNKNOWN);
|
||||
|
||||
Reference in New Issue
Block a user