+2
−2
+6
−6
+3
−3
+8
−8
+1
−1
Loading
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