Ticket #10477: httplivestream_cpp.diff

File httplivestream_cpp.diff, 551 bytes (added by Gary Buhrmaster <gary.buhrmaster@…>, 12 years ago)
  • mythtv/libs/libmythtv/httplivestream.cpp

    diff --git a/mythtv/libs/libmythtv/httplivestream.cpp b/mythtv/libs/libmythtv/httplivestream.cpp
    index 24ac447..a0a47f8 100644
    a b DTC::LiveStreamInfo *HTTPLiveStream::StopStream(int id) 
    882882        LOG(VB_GENERAL, LOG_ERR, SLOC +
    883883            QString("Unable to remove mark stream stopped for stream %1.")
    884884                    .arg(id));
    885         return false;
     885        return NULL;
    886886    }
    887887
    888888    HTTPLiveStream *hls = new HTTPLiveStream(id);