mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
NULL to nullptr
This commit is contained in:
@@ -26,7 +26,7 @@ void InitExtendedProfile(ExtendedProfile_Struct *p) {
|
||||
}
|
||||
|
||||
bool SetExtendedProfile(ExtendedProfile_Struct *to, char *old, unsigned int len) {
|
||||
if(len == 0 || old == NULL) {
|
||||
if(len == 0 || old == nullptr) {
|
||||
//handle old chars without an extended profile...
|
||||
InitExtendedProfile(to);
|
||||
return(true);
|
||||
|
||||
Reference in New Issue
Block a user