Open shi-yan opened 5 years ago
The second parameter and the third parameter of the memset function are incorrectly swapped. The second parameter should mean the intended value and the third is the size. This error caused compiling failure.
fix #779
The second parameter and the third parameter of the memset function are incorrectly swapped. The second parameter should mean the intended value and the third is the size. This error caused compiling failure.
fix #779