Hi,

my system is apparently not using a US locale. This affected the generated range string (replaced dots by comma's). Fixed this by explicitly scoping the locale with a local variable.
I.e., in createRangeString I replaced

Locale ("C", LC_NUMERIC);

with

Locale locale ("C", LC_NUMERIC);


That might generate 'unused' warnings in other compilers, though. I'm using gcc version 4.0.1 (Apple Inc. build 5488)

Thanks


Steven Kramer

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to