From c1280c7ccf810fe3216f0ca0300ed816312c2b3b Mon Sep 17 00:00:00 2001 From: lateminer Date: Sun, 30 Sep 2018 19:52:11 +0300 Subject: [PATCH] Fix bug in LicenseInfo() that causes crash --- src/init.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index dbc3768bc..a9e674d83 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -477,11 +477,11 @@ std::string LicenseInfo() const std::string URL_SOURCE_CODE = ""; const std::string URL_WEBSITE = ""; // todo: remove urls from translations on next change - return FormatParagraph(strprintf("Copyright (C) 2009-%i The Bitcoin Core Developers", COPYRIGHT_YEAR)) + "\n" + + return FormatParagraph(strprintf("Copyright (C) 2009-%i The Bitcoin Core Developers", COPYRIGHT_YEAR)) + "\n" + - FormatParagraph(strprintf("Copyright (C) 2014-2018 The Blackcoin Developers", COPYRIGHT_YEAR)) + "\n" + + FormatParagraph("Copyright (C) 2014-2018 The Blackcoin Developers") + "\n" + - FormatParagraph(strprintf("Copyright (C) 2018-%i The Blackcoin More Developers", COPYRIGHT_YEAR)) + "\n" + + FormatParagraph(strprintf("Copyright (C) 2018-%i The Blackcoin More Developers", COPYRIGHT_YEAR)) + "\n" + FormatParagraph(strprintf(_("Please contribute if you find Blackcoin More useful. " "Visit %s for further information about the software."),