mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 21:53:10 +00:00
prevent garbage value in default switch case MatLab4
This commit is contained in:
parent
2f328f6697
commit
ffb3749a5a
@ -20,7 +20,7 @@ MatLab4::MatLab4(char * file_name , char * param_name , char * time_name ) {
|
||||
int temp ;
|
||||
int endian ;
|
||||
int mat_size ;
|
||||
int type, size = 0;
|
||||
int type = 0, size = 0;
|
||||
int mat_type ;
|
||||
int my_byte_order ;
|
||||
div_t div_result ;
|
||||
|
Loading…
Reference in New Issue
Block a user