> > x11/nx/opennx
> 
> Suggested fix below.
> 
> opennx wants to write a timestamp into a configuration file, but
> the wxConfigBase framework does not deal with long long.  I've
> looked a bit into it, but all integer types are mapped to long,
> making it problematic to add support for long long.  The alternative
> approach is to just put the timestamp into a long.  (Yes, this will
> break on 32-bit platforms in 2038.)  Note that the existing code
> already crams a long long filesize into a long, too.

If the format supports an unsigned 32 bit type, and there are no
deltas (ie. negative numbers), then using the unsigned 32 bit type
would be better.
 

Reply via email to