Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 9010 invoked from network); 12 Sep 2007 00:51:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 00:51:46 -0000 Received: (qmail 97866 invoked by uid 500); 12 Sep 2007 00:51:40 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 97847 invoked by uid 500); 12 Sep 2007 00:51:40 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 97830 invoked by uid 99); 12 Sep 2007 00:51:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 17:51:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 00:51:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 18A3C1A9832; Tue, 11 Sep 2007 17:51:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r574738 - /incubator/stdcxx/trunk/src/num_get.cpp Date: Wed, 12 Sep 2007 00:51:25 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070912005126.18A3C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 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