d0a98e29ad
provided by Petar Bogdanovic. New for 1.64.6 ------------------------------------ Mon Mar 30 21:10:13 EDT 2009 * Fix bug which creates corrupted id3v2 tags * Remove trailing periods for stream name New for 1.64.5 ------------------------------------ Sun Mar 8 12:08:15 EDT 2009 * Change default values for - localhost from "localhost" to "127.0.0.1" - splitpoint padding from 300 ms to 0 ms - metadata and relay codeset (if UTF-8) to ISO-8859-1 - id3 codeset to UTF-16 - "keep files in incomplete" from false to true * Fix parse rules to properly tag artists with "-" in their name (#540543) * Fix bitrate & metadata reporting in console (#1957248) * Fix integer overflow on bytes read (#1261305) * Option for stopping based on megabytes ripped now uses MiB instead of MB * Support splitting based on empty StreamTitle= strings 2648664 New for 1.64.4 ------------------------------------ Mon Feb 16 21:27:29 EST 2009 * Fix problem where corrupt ogg files are being created * Robustify metadata parsing for Limecast servers * Fix buffer overflow bug with substitution rules (#2492422) * Fix file creation bug when "/" is in stream name (#2533980) * Disable creating cue file for ogg streams * Fix problem skipping extra track on ogg streams
13 lines
441 B
Text
13 lines
441 B
Text
$NetBSD: patch-ad,v 1.1 2015/02/19 00:20:47 wiz Exp $
|
|
|
|
--- ./lib/mchar.c.orig 2008-12-11 05:48:39.000000000 +0100
|
|
+++ ./lib/mchar.c
|
|
@@ -48,7 +48,7 @@
|
|
#define vsnprintf _vsnprintf
|
|
// #define vswprintf _vsnwprintf
|
|
#else
|
|
- #define ICONV_WCHAR "WCHAR_T"
|
|
+ #define ICONV_WCHAR "ucs-4"
|
|
/* This prototype is missing in some systems */
|
|
// int vswprintf (wchar_t * ws, size_t n, const wchar_t * format, va_list arg);
|
|
#endif
|