From 91ea94cb20dd592cac742decc8c790bc1c96574d Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 10 Mar 2001 01:25:48 +0000 Subject: [PATCH] Added compiler and platform descriptions. --- xtrn/sbl/sbl.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/xtrn/sbl/sbl.c b/xtrn/sbl/sbl.c index c492a6c971..239e42556a 100644 --- a/xtrn/sbl/sbl.c +++ b/xtrn/sbl/sbl.c @@ -860,9 +860,14 @@ int main(int argc, char **argv) aborted=0; attr(LIGHTGRAY); cls(); - bprintf("\1n\1m\1hSynchronet \1wBBS List \1mv3.10 (XSDK v%s) " - "Developed 1994-2000 Rob Swindell\r\n\r\n" - ,xsdk_ver); + COMPILER_DESC(str); + bprintf("\1n\1m\1hSynchronet \1wBBS List \1mv3.10 for %s\r\n (XSDK v%s %s %s) " + "\r\n\r\n" + ,PLATFORM_DESC + ,xsdk_ver + ,str + ,__DATE__ + ); #define SBL_INDENT " " sprintf(str,SBL_INDENT"~List all systems (condensed)\r\n" @@ -894,7 +899,7 @@ int main(int argc, char **argv) bprintf(SBL_INDENT"\1n\1cEntries are auto-deleted \1h%u\1n\1c days after " "last update or verification.\r\n",del_days); bputs(SBL_INDENT"Users are encouraged to \1hV\1n\1cerify (vouch for) any listed " - "BBSs they call.\r\n"); } + "systems they call.\r\n"); } nodesync(); /* Display any waiting messages */ -- GitLab