Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check width in Row_printPercentage()
The passed width should always be at least 4, otherwise printing will always truncate and lead to an abort(). The passed should not be greater or equal to the available buffer size, otherwise printing will always truncate and lead to an abort(). Add fallback for non debug builds.
- Loading branch information