search for: zza4yf

Displaying 1 result from an estimated 1 matches for "zza4yf".

2005 Apr 01
1
bug in xmms plugin v 1.1.2
...Note: you would not see this if you already had a [flac] section in your config file, which probably explains how it escaped the notice of whoever added the streaming support, which is where this was introduced. (BTW, thank you for the streaming support.) ------- plugin.c ------- --- /tmp/sccs.zza4YF Thu Mar 31 20:03:46 2005 +++ plugin.c Mon Mar 28 19:58:20 2005 @@ -219,6 +219,12 @@ is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true; + /* make all the config struct strings dynamic, to ease our life */ + flac_cfg.stream.proxy_host = g_strdup(flac_cfg.s...