Displaying 1 result from an estimated 1 matches for "local__parse_ms_".
2014 Apr 30
2
make fullcheck fails: strtod/atof and locale
...ac/main.c
parse_option()
(--apply-replaygain-which-is-not-lossless)
src/flac/utils.c
local__parse_timecode_() <= flac__utils_parse_skip_until_specification()
(--skip, --until)
src/libFLAC/stream_encoder.c
FLAC__stream_encoder_set_apodization()
(-A gauss, -A tukey)
src/share/grabbag/cuesheet.c
local__parse_ms_() <= local__cuesheet_parse_() <= grabbag__cuesheet_parse()
src/share/grabbag/replaygain.c
parse_double_() <= grabbag__replaygain_load_from_vorbiscomment()
*** comments ***
1) local__parse_ms_() have strspn(s, "0123456789.") so decimal comma is not allowed in cuesheets
2) loc...