mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-02 03:16:11 -04:00
newer standards prefer nullptr over NULL - this is most of them but there are others too
This commit is contained in:
@@ -37,7 +37,7 @@ int main(int argc, char ** argv)
|
||||
|
||||
SetupSharedFile::install(false);
|
||||
SetupSharedNetworkMessages::install();
|
||||
SetupSharedRandom::install(time(NULL));
|
||||
SetupSharedRandom::install(time(nullptr));
|
||||
|
||||
//setup the server
|
||||
NetworkHandler::install();
|
||||
|
||||
Reference in New Issue
Block a user