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:
patacongo
2012-11-10 16:34:46 +00:00
parent 42997ede83
commit 5cb8226727
284 changed files with 637 additions and 637 deletions
+2 -2
View File
@@ -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);