prevent garbage value in default switch case MatLab4

This commit is contained in:
Scott Fennell 2018-09-27 15:37:34 -05:00
parent 2f328f6697
commit ffb3749a5a

View File

@ -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 ;