Avoid a type mismatch that shows up in C++11. Taken from . --- a/src/rtphint.cpp 2012-05-20 16:11:53.000000000 -0600 +++ b/src/rtphint.cpp 2017-05-16 10:25:26.930705191 -0600 @@ -339,7 +339,7 @@ pSlash = strchr(pSlash, '/'); if (pSlash != NULL) { pSlash++; - if (pSlash != '\0') { + if (*pSlash != '\0') { length = (uint32_t)strlen(pRtpMap) - (pSlash - pRtpMap); *ppEncodingParams = (char *)MP4Calloc(length + 1); strncpy(*ppEncodingParams, pSlash, length); de2d22ab129ff49b38dc1600bf8b2'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
AgeCommit message (Expand)Author
2023-08-06gnu: libxmlb: Update to 0.3.12....* gnu/packages/xml.scm (libxmlb): Update to 0.3.12. [propagated-inputs]: Add zstd:lib. Tobias Geerinckx-Rice
2023-08-13gnu: freexl: Update to 2.0.0....* gnu/packages/xml.scm (freexl): Update to 2.0.0. [inputs]: Add expat and minizip. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-07-09gnu: libxml2: Download using mirror uri....* gnu/packages/xml.scm (libxml2)[source]: Rewrite source uri to use download mirrors. Efraim Flashner
2023-07-09gnu: libxslt: Download using mirror uri....* gnu/packages/xml.scm (libxslt)[source]: Rewrite source uri to use download mirrors. Efraim Flashner