Mercurial > audlegacy-plugins
comparison src/flac113/plugin.c @ 285:6612ede1b934 trunk
[svn] - fix flac113 crashes at startup time.
| author | yaz |
|---|---|
| date | Mon, 20 Nov 2006 19:41:23 -0800 |
| parents | 063e31ae8f92 |
| children | c812e846b84e |
comparison
equal
deleted
inserted
replaced
| 284:72f0de06bb56 | 285:6612ede1b934 |
|---|---|
| 184 | 184 |
| 185 void FLAC_XMMS__init() | 185 void FLAC_XMMS__init() |
| 186 { | 186 { |
| 187 ConfigDb *db; | 187 ConfigDb *db; |
| 188 FLAC__uint32 test = 1; | 188 FLAC__uint32 test = 1; |
| 189 gchar *tmp; | 189 gchar *tmp = NULL; |
| 190 | 190 |
| 191 is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true; | 191 is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true; |
| 192 | 192 |
| 193 flac_cfg.title.tag_override = FALSE; | 193 flac_cfg.title.tag_override = FALSE; |
| 194 if (flac_cfg.title.tag_format) | 194 if (flac_cfg.title.tag_format) |
