Feature #2103 ยป 0042-modinst.c-Replace-NULL-with-nullptr.patch
| 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));
|
||
|
}
|
||
|
/**********************************************************************//**
|
||