Cosmetics
This commit is contained in:
parent
77d3c50da1
commit
db4cb3d2f2
|
@ -193,6 +193,7 @@ print_summary (int announce, char* format)
|
||||||
{
|
{
|
||||||
strncpy (buffer, "None found", bsize);
|
strncpy (buffer, "None found", bsize);
|
||||||
}
|
}
|
||||||
|
|
||||||
format_output ("Ethernet", buffer, format);
|
format_output ("Ethernet", buffer, format);
|
||||||
strcat (sysinfo, "\017 ");
|
strcat (sysinfo, "\017 ");
|
||||||
strncat (sysinfo, buffer, bsize - strlen (buffer));
|
strncat (sysinfo, buffer, bsize - strlen (buffer));
|
||||||
|
|
Loading…
Reference in New Issue