From ad5d9b182e47231c38c058ddace4540960b6e58a Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 13 Apr 2012 18:25:25 +0000 Subject: Fix backward conditional compilation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4601 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/stdio/lib_libvsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib') diff --git a/nuttx/lib/stdio/lib_libvsprintf.c b/nuttx/lib/stdio/lib_libvsprintf.c index dd2c5f83f..8d521c35e 100644 --- a/nuttx/lib/stdio/lib_libvsprintf.c +++ b/nuttx/lib/stdio/lib_libvsprintf.c @@ -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; -- cgit v1.2.3