[PR #4960] hygiene: replace NULL/0 with nullptr where appropriate #26057

Open
opened 2026-01-31 09:13:39 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/4960

State: closed
Merged: Yes


Some functions and variables are having NULL assigned to them when they are in fact pointers, so nullptr might be more accurate here.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/4960 **State:** closed **Merged:** Yes --- Some functions and variables are having NULL assigned to them when they are in fact pointers, so nullptr might be more accurate here.
claunia added the pull-request label 2026-01-31 09:13:39 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26057