mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-12 08:28:08 +00:00
minor fix
This commit is contained in:
committed by
Ryan Fleury
parent
fda0a9751b
commit
8cf14b5acb
@@ -203,7 +203,7 @@ THREAD_POOL_TASK_FUNC(lnk_read_type_servers_task)
|
||||
goto exit;
|
||||
}
|
||||
|
||||
MSF_StreamNumber type_streams[CV_TypeIndexSource_COUNT] = {};
|
||||
MSF_StreamNumber type_streams[CV_TypeIndexSource_COUNT] = {0};
|
||||
type_streams[CV_TypeIndexSource_TPI] = PDB_FixedStream_Tpi;
|
||||
type_streams[CV_TypeIndexSource_IPI] = PDB_FixedStream_Ipi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user