diff --git a/sim_ether.c b/sim_ether.c index bacd48ac..2d7db4bc 100644 --- a/sim_ether.c +++ b/sim_ether.c @@ -2109,6 +2109,8 @@ if (errbuf[0]) { if (r != SCPE_OK) return r; +if (!strcmp (desc, "No description available")) + strcpy (desc, ""); sim_printf ("Eth: opened OS device %s%s%s\r\n", savname, desc[0] ? " - " : "", desc); /* get the NIC's hardware MAC address */