mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 14:23:04 +04:00
f71ea4dfe9
Fixed snprintf for VS 2013 (#8816) * Fixed snprintf for VS 2013 * snprintf: removed declaration from header, changed implementation * cv_snprintf corrected according to comments * update snprintf patch