another beta bit

This commit is contained in:
nhmall
2018-05-16 23:31:27 -04:00
parent 1e60a16565
commit 84d4fcc4c8
+2 -2
View File
@@ -1195,7 +1195,7 @@ const char *build_date;
char betabuf[64]; char betabuf[64];
#ifdef BETA #ifdef BETA
Strcpy(betabuf, "Beta"); Strcpy(betabuf, " Beta");
#else #else
betabuf[0] = '\0'; betabuf[0] = '\0';
#endif #endif
@@ -1206,7 +1206,7 @@ const char *build_date;
Strcpy(&subbuf[1], PORT_SUB_ID); Strcpy(&subbuf[1], PORT_SUB_ID);
#endif #endif
Sprintf(outbuf, "%s NetHack%s Version %s %s - last %s %s.", PORT_ID, Sprintf(outbuf, "%s NetHack%s Version %s%s - last %s %s.", PORT_ID,
subbuf, version_string(versbuf, "."), betabuf, subbuf, version_string(versbuf, "."), betabuf,
date_via_env ? "revision" : "build", build_date); date_via_env ? "revision" : "build", build_date);
return outbuf; return outbuf;