From 5e130fcb28b4570a3e28eda9f1cfbb86947b0be9 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Wed, 29 Jul 2026 07:44:23 +0300
Subject: [PATCH 42/42] modinst.c: Replace NULL with nullptr

See RM #2103

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 tools/fcmp/modinst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/fcmp/modinst.c b/tools/fcmp/modinst.c
index e9268a262c..a8ec16af71 100644
--- a/tools/fcmp/modinst.c
+++ b/tools/fcmp/modinst.c
@@ -89,7 +89,7 @@ void fcmp_init(void)
   fc_init_network();
 
   /* Needed at least for Windows version of netfile_get_section_file() */
-  fc_srand(time(NULL));
+  fc_srand(time(nullptr));
 }
 
 /**********************************************************************//**
-- 
2.53.0

