mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 09:15:09 +08:00
Fix backward conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4601 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1558,7 +1558,7 @@ int lib_vsprintf(FAR struct lib_outstream_s *obj, FAR const char *src, va_list a
|
||||
#ifdef CONFIG_LIBC_FLOATINGPOINT
|
||||
else if (strchr("eEfgG", FMT_CHAR))
|
||||
{
|
||||
#ifdef CONFIG_NOPRINTF_FIELDWIDTH
|
||||
#ifndef CONFIG_NOPRINTF_FIELDWIDTH
|
||||
double dblval = va_arg(ap, double);
|
||||
int dblsize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user