Author: sebor
Date: Tue Sep 11 17:51:25 2007
New Revision: 574738
URL: http://svn.apache.org/viewvc?rev=574738&view=rev
Log:
2007-09-12 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-547
* num_get.cpp (__rw_get_stdio_fmat): Changed the type of the last
argument so std::streamsize to make it possible to pass in and
correctly handle 64-bit values and to aid in silencing 64-bit
conversion warnings at the call site. (Missed this in r574422).
Modified:
incubator/stdcxx/trunk/src/num_get.cpp
Modified: incubator/stdcxx/trunk/src/num_get.cpp
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/num_get.cpp?rev=574738&r1=574737&r2=574738&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/num_get.cpp (original)
+++ incubator/stdcxx/trunk/src/num_get.cpp Tue Sep 11 17:51:25 2007
@@ -99,7 +99,8 @@
const char*
-__rw_get_stdio_fmat (char buf [32], int type, unsigned fmtflags, int prec);
+__rw_get_stdio_fmat (char buf [32], int type, unsigned fmtflags,
+ _STD::streamsize prec);
// verifies that the `grps' array of size `ngrps' representing the