]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxtime.cpp
Correct comment
[lyx.git] / src / support / lyxtime.cpp
index f3318eb3f0e35aeea8bf98021c1fb84a1061c11e..c155ed428d531426c66e16eb21777ff72c327aa4 100644 (file)
@@ -27,7 +27,7 @@ namespace support {
 
 time_t current_time()
 {
-       return time(0);
+       return time(nullptr);
 }