mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
Merge pull request #113 from MaSzyna-EU07/refactor-nullptr
refactor: replace null with nullptr
This commit is contained in:
@@ -1091,7 +1091,7 @@ void eu07_application::init_files()
|
||||
#ifdef _WIN32
|
||||
DeleteFile("log.txt");
|
||||
DeleteFile("errors.txt");
|
||||
CreateDirectory("logs", NULL);
|
||||
CreateDirectory("logs", nullptr);
|
||||
#elif __unix__
|
||||
unlink("log.txt");
|
||||
unlink("errors.txt");
|
||||
|
||||
Reference in New Issue
Block a user