From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 3ECA2BC0B for ; Sun, 4 Feb 2007 13:43:12 +0100 (CET) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l14ChB3L012603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 4 Feb 2007 13:43:11 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (dslb-088-073-103-138.pools.arcor-ip.net [88.73.103.138]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id l14ChA1g001494 for ; Sun, 4 Feb 2007 13:43:10 +0100 Received: by first (Postfix, from userid 501) id E12FD36A9FD; Sun, 4 Feb 2007 13:43:00 +0100 (CET) Date: Sun, 4 Feb 2007 13:43:00 +0100 From: Oliver Bandel To: caml-list@inria.fr Subject: Re: [Caml-list] sprintf-Bug? Message-ID: <20070204124259.GA332@first.in-berlin.de> References: <20070204010040.GC3829@first.in-berlin.de> <20070204015122.GA3882@first.in-berlin.de> <45C53E45.1080109@rftp.com> <20070204020806.GA3918@first.in-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Miltered: at discorde with ID 45C5D4DF.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; bandel:01 in-berlin:01 wrote:01 oliver:01 oliver:01 caml-list:01 strings:01 numerical:03 spaces:04 conversions:05 manual:06 padding:92 padding:92 strange:08 i'm:09 On Sun, Feb 04, 2007 at 03:11:29PM +1300, Jonathan Roewen wrote: > No. Padding for strings only adds spaces. It's the design. You can > check the manual if you want. Padding with zeroes applies solely to > numerical conversions. [...] Oh,strange. I'm used to have theese '0'-paddings, e.g. from Perl. And they make sense to me. Ciao, Oliver