Project

General

Profile

Feature #2103 ยป 0042-modinst.c-Replace-NULL-with-nullptr.patch

Marko Lindqvist, 07/29/2026 07:45 AM

View differences:

tools/fcmp/modinst.c
fc_init_network();
/* Needed at least for Windows version of netfile_get_section_file() */
fc_srand(time(NULL));
fc_srand(time(nullptr));
}
/**********************************************************************//**
    (1-1/1)