Subj : Re: bug To : Andrew Clarke From : Ben Ritchey Date : Sat Jul 14 2018 19:13:05 * An ongoing debate between andrew clarke and Ben Ritchey rages on ... ac> 13 Jul 18 19:25, you wrote to all: BR>> I have modified my version of gedinit.cpp to fix this if anyone ac> If you're using git from the command-line you can run: ac> git diff ac> to provide a patch, using your modified gedinit.cpp. ac> You could probably just paste the patch here if you don't want to go ac> to the trouble of forking it on Github. I installed git and my output (git diff oldfile newfile): === Cut === diff --git a/geinit_1.cpp b/geinit.cpp index 58f71a4..f3dfc1a 100644 -+- a/geinit_1.cpp +++ b/geinit.cpp @@ -1,4 +1,3 @@ - // ------------------------------------------------------------------ // GoldED+ // Copyright (C) 1990-1999 Odinn Sorensen @@ -399,7 +398,7 @@ static void w_brag() { wprints(4, 46-strlen(__gver_longpid__)-1-strlen(__gver_ver__), C_BRAGW, __gver_longpid__); wprints(4, 46-strlen(__gver_ver__), C_BRAGW, __gver_ver__); - wprints(5, 12, C_BRAGW, "http://golded-plus.sourceforge.net"); + wprints(5, 12, C_BRAGW, "https://github.com/golded-plus"); wprints(0, 48, C_BRAGW, " GoldED+ Message Editor "); gsprintf(PRINTF_DECLARE_BUFFER(buf), " Copyright (C) 1990-%s ",__gver_date__+7); @@ -420,23 +419,27 @@ static void w_brag() { wcenters(12, C_BRAGW, "redistribute the program or any parts hereof under cer-"); wcenters(13, C_BRAGW, "tain conditions. See the LICENSE.TXT for more details."); - wcenters(MAXROW-10, C_BRAGW, "This executable is distributed by"); + wcenters(MAXROW-16, C_BRAGW, "This executable is distributed by"); + + gsprintf(PRINTF_DECLARE_BUFFER(buf), "%s", __gver_vendor_name__); + wcenters(MAXROW-14, C_BRAGW, buf); + if (*__gver_vendor_fido__) { - gsprintf(PRINTF_DECLARE_BUFFER(buf), "%s (Fido: %s) - <%s>", - __gver_vendor_name__, __gver_vendor_fido__, __gver_vendor_email__); - } - else - { - gsprintf(PRINTF_DECLARE_BUFFER(buf), "%s <%s>", - __gver_vendor_name__, __gver_vendor_email__); + gsprintf(PRINTF_DECLARE_BUFFER(buf), " FIDONet: %s ", __gver_vendor_fido__); + wcenters(MAXROW-13, C_BRAGW, buf); } - wcenters(MAXROW-9, C_BRAGW, buf); + gsprintf(PRINTF_DECLARE_BUFFER(buf), "%s", __gver_vendor_email__); + wcenters(MAXROW-12, C_BRAGW, buf); + gsprintf(PRINTF_DECLARE_BUFFER(buf), "Compiled on %s %s", __gver_date__, __gver_time__); - wcenters(MAXROW-8, C_BRAGW, buf); -} + wcenters(MAXROW-10, C_BRAGW, buf); +// Wait after startup screen -=:{ ***** Testing only ***** }:=- +// waitkey(); + +} // ------------------------------------------------------------------ === Cut === Can ya'll work with that? .-- Keep the faith, -------------------------------------------------. | | | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com | | Email: fido4cmech(at)lusfiber.net | | Home page: http://cmech.dynip.com/homepage/ | | | `-------- WildCat! BBS 24/7 +1-337-984-4794 any BAUD 8,N,1 -------' .... 16-bit machine: A computer selling for $2.00 (see bit) --- GoldED+/W32-MSVC v1.1.5-g20180714 ... via Mystic BBS! * Origin: FIDONet - The Positronium Remote (1:393/68.8) .