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); 5cdf4560e225bad08a88c28be387acb'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cpio.scm
'2020-07-19 14:46:25 +0200'>2020-07-19
AgeCommit message (Expand)Author
gnu: perl-gd: Update to 2.72 [fixes CVE-2019-6977]....Tobias Geerinckx-Rice
2020-04-08gnu: perl-gd: Do not rely on 'libgd-config'....Marius Bakke
2020-03-26gnu: gd: Update to 2.3.0....Marius Bakke
2020-03-14Merge branch 'master' into core-updatesMarius Bakke
2020-03-11gnu: gd: Use HTTPS home page....Tobias Geerinckx-Rice