Skip to content
  1. Nov 26, 2016
  2. Nov 25, 2016
  3. Nov 24, 2016
  4. Nov 22, 2016
  5. Nov 21, 2016
  6. Nov 19, 2016
  7. Nov 18, 2016
    • Marcel Raad's avatar
      lib: fix compiler warnings after de4de4e3 · 21aa32d3
      Marcel Raad authored
      Visual C++ now complains about implicitly casting time_t (64-bit) to
      long (32-bit). Fix this by changing some variables from long to time_t,
      or explicitly casting to long where the public interface would be
      affected.
      
      Closes #1131
      21aa32d3