Skip to content

Commit

Permalink
Don't write "IP" to save space for the IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 16, 2024
1 parent d331dfa commit 9fcacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minidexed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9fcacb2

Please sign in to comment.