Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-backports-src > by-pkgid > f836de3bd1e588bbdb0993a2d23467a1 > files > 13

kodi-18.1-1.4.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()