X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/a6b73fab30fa59bb7ce701ebec47e52e1d373e26..4d5ec9803b74d0f3e9c002a92a748bd08b6640ac:/options.cpp diff --git a/options.cpp b/options.cpp index 76de43b..006c83a 100644 --- a/options.cpp +++ b/options.cpp @@ -395,7 +395,7 @@ bool opt::parse_args(int* argc, char* argv[]) } if (!opt::auto_depl::random_seed) - opt::auto_depl::random_seed = time(NULL); + opt::auto_depl::random_seed = time(nullptr); return result; }