The big NULL replacement party part 5.
Right. ' = NULL' would get a lot of these.
This commit is contained in:
@@ -20,7 +20,7 @@ struct User
|
||||
Object *p;
|
||||
if( !cache.Get(&p) )
|
||||
{
|
||||
p = NULL;
|
||||
p = nullptr;
|
||||
cache.Set(p);
|
||||
}
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user