This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix size of string holding symbol and confidence
We're printing "%s|%.2f" which could end up in "%s|100.00" so it's "strlen(utfText) + 7".
- Loading branch information