Projects
Multimedia
libliveMedia
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
happy_gcc.diff
Changed
@@ -1,5 +1,16 @@ ---- live/liveMedia/include/RTSPClient.hh.orig 2012-02-04 12:01:47.000000000 +0100 -+++ live/liveMedia/include/RTSPClient.hh 2012-10-03 17:38:01.081263336 +0200 +--- a/liveMedia/RTSPClient.cpp ++++ b/liveMedia/RTSPClient.cpp +@@ -837,7 +837,7 @@ Boolean RTSPClient::checkForHeader(char + // The line begins with the desired header name. Trim off any whitespace, and return the header parameters: + unsigned paramIndex = headerNameLength; + while (line[paramIndex] != '\0' && (line[paramIndex] == ' ' || line[paramIndex] == '\t')) ++paramIndex; +- if (&line[paramIndex] == '\0') return False; // the header is assumed to be bad if it has no parameters ++ if (line[paramIndex] == '\0') return False; // the header is assumed to be bad if it has no parameters + + headerParams = &line[paramIndex]; + return True; +--- a/liveMedia/include/RTSPClient.hh ++++ b/liveMedia/include/RTSPClient.hh @@ -31,7 +31,10 @@ along with this library; if not, write t #include "DigestAuthentication.hh" #endif
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.