*** score.c.orig Mon Oct 19 11:44:41 1992 --- score.c Mon Jan 2 15:42:09 1995 *************** *** 59,67 **** high_scores[i].rows = rows; high_scores[i].level = rows / 10; if (_XGetHostname(hostname, BUFSIZ) == -1) ! strncpy(high_scores[i].hostname, "unknown-host",sizeof(high_scores[i].hostname)-1); else ! strncpy(high_scores[i].hostname, hostname,sizeof(high_scores[i].hostname)-1); high_scores[i].hostname[sizeof(high_scores[i].hostname)-1] = 0; time(&when); strncpy(high_scores[i].date, ctime(&when), 24); --- 59,67 ---- high_scores[i].rows = rows; high_scores[i].level = rows / 10; if (_XGetHostname(hostname, BUFSIZ) == -1) ! strncpy(high_scores[i].hostname, "unknown-host", 12); else ! strncpy(high_scores[i].hostname, hostname, 12); high_scores[i].hostname[sizeof(high_scores[i].hostname)-1] = 0; time(&when); strncpy(high_scores[i].date, ctime(&when), 24);