mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
Merge pull request #957 from AlwinEsch/fix-uwp
fix Windows Compiler Warning C4703 on uninitialized pointer in src\meta\csb.c
This commit is contained in:
commit
8a13904615
@ -13,7 +13,7 @@ VGMSTREAM* init_vgmstream_csb(STREAMFILE* sf) {
|
|||||||
utf_context *utf_sdl = NULL;
|
utf_context *utf_sdl = NULL;
|
||||||
int total_subsongs, target_subsong = sf->stream_index;
|
int total_subsongs, target_subsong = sf->stream_index;
|
||||||
uint8_t fmt = 0;
|
uint8_t fmt = 0;
|
||||||
const char* stream_name;
|
const char* stream_name = NULL;
|
||||||
|
|
||||||
|
|
||||||
/* checks */
|
/* checks */
|
||||||
|
Loading…
Reference in New Issue
Block a user