Loading lib_debug/wmc_auto.c +29 −32 Original line number Diff line number Diff line Loading @@ -302,8 +302,6 @@ void push_wmops_fct( const char *label, ... ) } /* initilize the new WMOPS record */ //for ( i = num_wmops_records; i < max_num_wmops_records; i++ ) { strcpy( &wmops[i].label[0], "\0" ); wmops[i].call_number = 0; wmops[i].update_cnt = 0; Loading Loading @@ -335,7 +333,6 @@ void push_wmops_fct( const char *label, ... ) *ptr++ = 0; } wmops[i].LastWOper = 0; } strcpy( wmops[index_record].label, func_name ); Loading Loading
lib_debug/wmc_auto.c +29 −32 Original line number Diff line number Diff line Loading @@ -302,8 +302,6 @@ void push_wmops_fct( const char *label, ... ) } /* initilize the new WMOPS record */ //for ( i = num_wmops_records; i < max_num_wmops_records; i++ ) { strcpy( &wmops[i].label[0], "\0" ); wmops[i].call_number = 0; wmops[i].update_cnt = 0; Loading Loading @@ -335,7 +333,6 @@ void push_wmops_fct( const char *label, ... ) *ptr++ = 0; } wmops[i].LastWOper = 0; } strcpy( wmops[index_record].label, func_name ); Loading