Skip to content
  • A. Wilcox's avatar
    user/rrdtool: Fix time64 issue on 32-bit systems · cc4460cc
    A. Wilcox authored
    This only showed up in tests on ppc, but would eventually hit all of
    them.  The code already correctly handled SIZEOF_TIME_T being 8, but
    this was cased on _WIN32.  Removed that specialisation and now it works.
    
    Fixes: #877
    cc4460cc