[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc-cvs
Subject:    svn commit: trunk/uClibc/libc/stdio
From:       vapier () uclibc ! org (vapier at uclibc ! org)
Date:       2007-01-29 4:04:19
Message-ID: 20070129040419.D15FF4858A () busybox ! net
[Download RAW message or body]

Author: vapier
Date: 2007-01-28 20:04:19 -0800 (Sun, 28 Jan 2007)
New Revision: 17622

Log:
fix from Roman Kononov for reading in of 64bit types

Modified:
   trunk/uClibc/libc/stdio/_store_inttype.c


Changeset:
Modified: trunk/uClibc/libc/stdio/_store_inttype.c
===================================================================
--- trunk/uClibc/libc/stdio/_store_inttype.c	2007-01-29 04:03:31 UTC (rev 17621)
+++ trunk/uClibc/libc/stdio/_store_inttype.c	2007-01-29 04:04:19 UTC (rev 17622)
@@ -35,7 +35,7 @@
 		*((unsigned char *) dest) = val;
 		return;
 	}
-#if defined(LLONG_MAX) && (LONG_MAX != LLONG_MAX)
+#if defined(LLONG_MAX) && (INT_MAX != LLONG_MAX)
 	if (desttype == PA_FLAG_LONG_LONG) {
 		*((unsigned long long int *) dest) = val;
 		return;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic