Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > fba7738f0841ecfa2acb240a9ef844ef > files > 13

kodi-18.1-1.5.mga6.src.rpm

Index: xbmc-18.0b5-Leia/xbmc/utils/SystemInfo.cpp
===================================================================
--- xbmc-18.0b5-Leia/xbmc/utils/SystemInfo.cpp
+++ xbmc-18.0b5-Leia/xbmc/utils/SystemInfo.cpp	2018-11-04 15:55:42.096164357 +0100
@@ -1238,7 +1238,7 @@
 
 std::string CSysInfo::GetVersion()
 {
-  return GetVersionShort() + " Git:" + CCompileInfo::GetSCMID();
+  return GetVersionShort() + " " + CCompileInfo::GetSCMID();
 }
 
 std::string CSysInfo::GetBuildDate()