Re: [dev] Re: [slstatus] temperature module acts wierd on OpenBSD

From: Laslo Hunhold <dev_AT_frign.de>
Date: Tue, 16 Jun 2020 20:42:08 +0200

On Tue, 16 Jun 2020 17:55:03 +0000
messw1thdbest <messw1thdbest_AT_protonmail.ch> wrote:

Dear messw1thdbest,

> < return bprintf("%d", (temp.value - 273150000) / 1E6);
> ---
> > return bprintf("%d", (temp.value - 273150000)/1000000);

I'm really intrigued by that; thanks for sending in this patch! What is
the origin of this problem? Does this have something to do with
guaranteed constant-sizes in Posix?

With best regards

Laslo Hunhold
Received on Tue Jun 16 2020 - 20:42:08 CEST

This archive was generated by hypermail 2.3.0 : Tue Jun 16 2020 - 20:48:07 CEST