mirror of https://github.com/opencv/opencv.git
Merge pull request #7952 from mattmyne:JSONWriteFixTrailingDecimalPoint
Append zero to trailing decimal place for FileStorage JSON write of a float or double value (#7952) * Fix for FileStorage JSON write of a float or double value that has no fractional part; appends a zero character after the trailing decimal place to meet JSON standard. * strlen return to size_t type rather than unnecessary cast to intpull/7956/head
parent
23e53a32e5
commit
c3a8db6d6c
1 changed files with 19 additions and 1 deletions
Loading…
Reference in new issue