From 9fcacb24a219d77ae7a3b2c4b3a61585dbbffdc6 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 16 Nov 2024 13:29:32 +0100 Subject: [PATCH] Don't write "IP" to save space for the IP address --- src/minidexed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 26c628a7..c198c6fd 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -2230,7 +2230,7 @@ void CMiniDexed::UpdateNetwork() { LOGNOTE("FTP daemon initialized"); } - m_UI.DisplayWrite (IPString, "IP", "TG1", 0, 1); // FIXME: Do not hardcode "TG1" here + m_UI.DisplayWrite (IPString, "", "TG1", 0, 1); // FIXME: Do not hardcode "TG1" here /*m_pmDNSPublisher = new CmDNSPublisher (m_pNet); assert (m_pmDNSPublisher);