Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[tvheadend] fix win32 build
  • Loading branch information
opdenkamp committed Jan 11, 2013
1 parent 85d360f commit 23dd5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/pvr.hts/src/HTSPConnection.cpp
Expand Up @@ -507,7 +507,7 @@ bool CHTSPConnection::SendGreeting(void)
m_strServerName = server;
m_strVersion = version;
m_iProtocol = proto;
m_strWebroot = webroot ?: "";
m_strWebroot = webroot ? webroot : "";

if(chall && chall_len)
{
Expand Down

0 comments on commit 23dd5e1

Please sign in to comment.