1
0
Fred Wu 3 жил өмнө
parent
commit
0261c75c29
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      fec_manager.h

+ 2 - 0
fec_manager.h

@@ -195,6 +195,8 @@ struct fec_parameter_t
 		assert(other.rs_cnt>=1);
 		rs_cnt=other.rs_cnt;
 		memcpy(rs_par,other.rs_par,sizeof(rs_parameter_t)*rs_cnt);
+		
+		version++;
 
 		return 0;
 	}