Commit fb67b049 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: update the live555 patch

parent 6ecd2c84
......@@ -102,12 +102,12 @@ diff -urN live.orig/liveMedia/Locale.cpp live/liveMedia/Locale.cpp
return sscanf(paramStr, "%f", &scale) == 1;
}
--- live/liveMedia/RTSPCommon.cpp.orig 2010-08-22 03:25:03.000000000 +0200
+++ live/liveMedia/RTSPCommon.cpp 2010-08-24 17:06:36.000000000 +0200
@@ -136,7 +136,7 @@
--- live/liveMedia/RTSPCommon.cpp.orig 2011-01-06 01:26:50.000000000 +0100
+++ live/liveMedia/RTSPCommon.cpp 2011-01-09 16:32:24.142645155 +0100
@@ -137,7 +137,7 @@
Boolean parseRangeParam(char const* paramStr, double& rangeStart, double& rangeEnd) {
double start, end;
int numCharsMatched = 0;
- Locale l("C", LC_NUMERIC);
+ Locale l("C", LC_NUMERIC_MASK);
if (sscanf(paramStr, "npt = %lf - %lf", &start, &end) == 2) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment