[PATCH] Use long instead of int when retrieving DIVE_DATE via gtk_tree_model_get

Linus Torvalds torvalds at linux-foundation.org
Wed Sep 19 17:41:41 PDT 2012


On Wed, Sep 19, 2012 at 4:12 PM, Linus Torvalds
<torvalds at linux-foundation.org> wrote:
>
> So we should always use "long", since that's how that thing is
> declared, and then assign the result to a time_t afterwards.

Hmm. Or, alternatively, always use a 64-bit "timestamp_t" and just do
everything with that.

I pushed out an RFC commit into the "time-function" branch, if
somebody wants to take a look. Hmm?

          Linus


More information about the subsurface mailing list