diff options
author | Slávek Banko <[email protected]> | 2018-08-19 17:20:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-08-19 17:20:50 +0200 |
commit | c0dd6fa720aa2e5c9a7bbc7f169ec7912905bd3a (patch) | |
tree | 6dcc48200acb9822506af4b5e6148f53f14a418c /lanbrowsing/lisa/main.cpp | |
parent | 3fcbeef084f778509b1ae3753c375295f61cd1f3 (diff) | |
download | tdenetwork-c0dd6fa720aa2e5c9a7bbc7f169ec7912905bd3a.tar.gz tdenetwork-c0dd6fa720aa2e5c9a7bbc7f169ec7912905bd3a.zip |
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'lanbrowsing/lisa/main.cpp')
-rw-r--r-- | lanbrowsing/lisa/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: [email protected]\r\n"; |