Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 60dd3963f4c6e2a7d427fe08cf28eec6 > files > 7

kodi-19.3-1.mga8.src.rpm

Index: xbmc-master/xbmc/utils/SystemInfo.cpp
===================================================================
--- xbmc-master/xbmc/utils/SystemInfo.cpp
+++ xbmc-master/xbmc/utils/SystemInfo.cpp	2020-06-05 20:39:03.403038909 +0200
@@ -1186,7 +1186,7 @@
 std::string CSysInfo::GetVersion()
 {
   return GetVersionShort() + " (" + CCompileInfo::GetVersionCode() + ")" +
-         " Git:" + CCompileInfo::GetSCMID();
+         " " + CCompileInfo::GetSCMID();
 }
 
 std::string CSysInfo::GetVersionCode()