mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Embrace nullptr over NULL and 0
This commit is contained in:
@ -1052,7 +1052,7 @@ void InitLocal(const char* socket)
|
||||
addr.sun_family = AF_UNIX;
|
||||
strcpy(addr.sun_path, socket);
|
||||
|
||||
InitGeneric(PF_LOCAL, (const sockaddr*)&addr, sizeof(addr), NULL, NULL);
|
||||
InitGeneric(PF_LOCAL, (const sockaddr*)&addr, sizeof(addr), nullptr, nullptr);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user