1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-03 14:40:12 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2020-05-31 20:56:07 -04:00
parent 1c06d230ea
commit 5c511ec6f9
9 changed files with 98 additions and 361 deletions

View File

@@ -2475,7 +2475,7 @@ return SCPE_OK;
const char *eth_version (void)
{
#if defined(HAVE_PCAP_NETWORK)
static char version[256];
static char version[300];
if (!version[0]) {
strlcpy(version, pcap_lib_version(), sizeof(version));