v1.0.7.8 -- Fix reading of origin Net when receiving Type 2+ packets from

Points.
This commit is contained in:
Andrew Leary
2018-09-07 06:13:49 -04:00
parent 910bc67d68
commit 3ebe5590b5
5 changed files with 14 additions and 3 deletions

View File

@@ -429,7 +429,7 @@ void soft_info(void)
#if defined(__i386__)
p = xstrcat(p, (char *)" i386)");
#elif defined(__x86_64__)
p = xstrcat(p, (char *)" x86-64");
p = xstrcat(p, (char *)" x86-64)");
#elif defined(__PPC__) || defined(__ppc__)
p = xstrcat(p, (char *)" PPC)");
#elif defined(__sparc__)