Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > tainted-updates-src > by-pkgid > 03e5a9b07aebaa1d06d7025dac5689e5 > files > 5

kodi-20.2-1.mga9.tainted.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()