From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15375 invoked by alias); 14 Aug 2006 10:46:25 -0000 Received: (qmail 15325 invoked by uid 22791); 14 Aug 2006 10:46:24 -0000 X-Spam-Check-By: sourceware.org Received: from smtp3.smtp.bt.com (HELO smtp3.smtp.bt.com) (217.32.164.138) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Aug 2006 11:46:22 +0100 Received: from i2kc08-ukbr.domain1.systemhost.net ([193.113.197.71]) by smtp3.smtp.bt.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 14 Aug 2006 11:46:19 +0100 Received: from i2km96-ukbr.domain1.systemhost.net ([193.113.197.84]) by i2kc08-ukbr.domain1.systemhost.net with Microsoft SMTPSVC(6.0.3790.211); Mon, 14 Aug 2006 11:46:18 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: 32-bitism in nlfit example Date: Mon, 14 Aug 2006 10:46:00 -0000 Message-ID: <70B775CD6175D84B978C843BDDF6839709504727@i2km96-ukbr.domain1.systemhost.net> From: To: Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00013.txt.bz2 The file doc/examples/nlfit.c is not 64-bit clean in two places. A simple = fix is: line 56: put "(int)" before "i" line 114: put "(unsigned int)" before "iter". Keith