Project

General

Profile

Feature #283 ยป 0022-fc_cmdhelp.c-Replace-NULLs-with-nullptrs.patch

Marko Lindqvist, 03/02/2024 06:23 AM

View differences:

utility/fc_cmdhelp.c
const struct cmdarg *pcmdarg1 = *pp1;
int c0, c1;
if (pcmdarg0 == NULL) {
if (pcmdarg0 == nullptr) {
return -1;
}
if (pcmdarg1 == NULL) {
if (pcmdarg1 == nullptr) {
return 1;
}
    (1-1/1)