vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 752 forks source link

fix build break due to incorrect memset call #1213

Open shi-yan opened 5 years ago

shi-yan commented 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