From 3187fddb0666f3da3d9ef6e985f88ef7bc35d340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 19 Aug 2018 17:20:50 +0200 Subject: Fix FTBFS with stricter C++11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit c0dd6fa720aa2e5c9a7bbc7f169ec7912905bd3a) --- lanbrowsing/lisa/main.cpp | 2 +- lanbrowsing/lisa/netmanager.cpp | 2 +- lanbrowsing/lisa/strictmain.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lanbrowsing') diff --git a/lanbrowsing/lisa/main.cpp b/lanbrowsing/lisa/main.cpp index fd96d04e..1ef55453 100644 --- a/lanbrowsing/lisa/main.cpp +++ b/lanbrowsing/lisa/main.cpp @@ -53,7 +53,7 @@ void printVersion() { const char * versionInfo=\ - "\r\nThis is the LAN Information Server LISa "MYVERSION"\r\n"\ + "\r\nThis is the LAN Information Server LISa " MYVERSION "\r\n"\ "It is free software according the GNU General Public License\r\n"\ "Copyright (c) 2000-2003 by Alexander Neundorf\r\n"\ "email: neundorf@kde.org\r\n"; diff --git a/lanbrowsing/lisa/netmanager.cpp b/lanbrowsing/lisa/netmanager.cpp index 5a21fe5c..cf6a2f76 100644 --- a/lanbrowsing/lisa/netmanager.cpp +++ b/lanbrowsing/lisa/netmanager.cpp @@ -1033,7 +1033,7 @@ void NetManager::getListFromServerServer( int address) void NetManager::printState() { - std::cerr<<"LAN Information Server Lisa "MYVERSION"\nAlexander Neundorf \n"; + std::cerr<<"LAN Information Server Lisa " MYVERSION "\nAlexander Neundorf \n"; std::cerr<<"Reading options from config file: "<