diff --git a/trick_source/data_products/Log/MatLab4.cpp b/trick_source/data_products/Log/MatLab4.cpp index ab5c0053..c6947422 100644 --- a/trick_source/data_products/Log/MatLab4.cpp +++ b/trick_source/data_products/Log/MatLab4.cpp @@ -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 ;