[git commit master 1/1] stdio: fix diagnostic message

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jan 21 08:16:51 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=a7c33ecabcead542e54c0c3514a92f4155add5b6
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

harmless copy'n paste error in #error

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/stdio/_scanf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/stdio/_scanf.c b/libc/stdio/_scanf.c
index 28cd21e..1ad81cb 100644
--- a/libc/stdio/_scanf.c
+++ b/libc/stdio/_scanf.c
@@ -550,7 +550,7 @@ enum {
 #elif defined(LLONG_MAX) && (INTMAX_MAX == LLONG_MAX)
 #define IMS		8
 #else
-#error fix QUAL_CHARS ptrdiff_t entry 't'!
+#error fix QUAL_CHARS intmax_t entry 'j'!
 #endif
 
 #define QUAL_CHARS		{ \
-- 
1.7.3.4



More information about the uClibc-cvs mailing list