Skip to content

Commit

Permalink
changed: do not add svn revision twice in user-agent string
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28079 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
mkortstiege committed Feb 23, 2010
1 parent dab6b1a commit 5f5ad78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xbmc/utils/SystemInfo.cpp
Expand Up @@ -662,11 +662,6 @@ CStdString CSysInfo::GetUserAgent()
result += GetLinuxDistro();
result += "; ";
result += GetUnameVersion();
#endif
#ifdef SVN_REV
CStdString strRevision;
strRevision.Format("; SVN r%s", SVN_REV);
result += strRevision;
#endif
result += "; http://www.xbmc.org)";

Expand Down

0 comments on commit 5f5ad78

Please sign in to comment.