Christian Weisgerber
2003-Jun-16 17:45 UTC
[vorbis-dev] vorbis-tools: %Ld format specifier
Andrew Williams <andrew.s.williams@adelaide.edu.au> has tipped me off that vorbis-tools uses a format specifier "%Ld" in vcut/vcut.c and ogginfo/ogginfo2.c. This is plain wrong. The L modifier only applies to floating point. The modifier corresponding to "long long" is ll, e.g. "%lld". -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tuesday 17 June 2003 10:45, Christian Weisgerber wrote:> Andrew Williams <andrew.s.williams@adelaide.edu.au> has tipped me > off that vorbis-tools uses a format specifier "%Ld" in vcut/vcut.c > and ogginfo/ogginfo2.c. This is plain wrong. The L modifier only > applies to floating point. The modifier corresponding to "long long" > is ll, e.g. "%lld".<p>Yes. Known problem, see: http://bugs.xiph.org/show_bug.cgi?id=346 I have it fixed locally, but don't currently have internet access from my development machine. It'll be fixed before the next release. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.