]> granicus.if.org Git - nethack/commitdiff
another beta bit
authornhmall <nhmall@nethack.org>
Thu, 17 May 2018 03:31:27 +0000 (23:31 -0400)
committernhmall <nhmall@nethack.org>
Thu, 17 May 2018 03:31:27 +0000 (23:31 -0400)
util/makedefs.c

index a5dc9cd6f0db897edad54aa73b009dc1c9c5737b..19d5e708d501be1ac36929ff03846e67aba7c415 100644 (file)
@@ -1195,7 +1195,7 @@ const char *build_date;
     char betabuf[64];
 
 #ifdef BETA
-    Strcpy(betabuf, "Beta");
+    Strcpy(betabuf, " Beta");
 #else
     betabuf[0] = '\0';
 #endif
@@ -1206,7 +1206,7 @@ const char *build_date;
     Strcpy(&subbuf[1], PORT_SUB_ID);
 #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,
             date_via_env ? "revision" : "build", build_date);
     return outbuf;