From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14935 invoked from network); 30 Dec 2022 16:59:05 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 30 Dec 2022 16:59:05 -0000 Received: from mail.cosarara.me ([159.69.205.102]) by 9front; Fri Dec 30 11:58:00 -0500 2022 Received: from [192.168.49.141] (unknown [93.176.172.208]) by mail.cosarara.me (Postfix) with ESMTPSA id 91A78130D6 for <9front@9front.org>; Fri, 30 Dec 2022 17:57:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cosarara.me; s=20200226; t=1672419474; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Rl5u/GbgduHblD9pdOOeKt65GmpCOagzZezSpnoZxo4=; b=g6Ku0LZKrbQU+mBptddM5CUlRxXk5a4OAGNFrY/ZNb1gXHmMe3TNMteeeO0IctjfjLiJM/ FPa1M6z5f7yjYbJo16Asxy2U3AAHZP9LcxI3prRqImC69r0VcoJA0p7ZJjTriC9fESJWXp N+eikdwvLgf277aSr3LBectOdljiY9o= Message-ID: <4d582dae-3dab-7d83-47b2-276e3308311a@cosarara.me> Date: Fri, 30 Dec 2022 17:57:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 From: =?UTF-8?Q?Jaume_Delcl=c3=b2s_Coll?= To: 9front@9front.org References: <6d3b100d-1732-efa2-f01c-728440859ba2@cosarara.me> Content-Language: en-US In-Reply-To: <6d3b100d-1732-efa2-f01c-728440859ba2@cosarara.me> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: mobile shared replication SVG over XMPP grid strategy Subject: Re: [9front] Bug converting vlong to double on 32bit architectures Reply-To: 9front@9front.org Precedence: bulk On 30/12/22 14:19, cosarara wrote: > #define LLONG_MAX > #define LLONG_MIN=C2=A0=C2=A0=C2=A0 (-LLONG_MAX-1)=20 This was supposed to be #define LLONG_MAX 0x7fffffffffffffffLL #define LLONG_MIN (-LLONG_MAX-1)