Revision e038765d17109d6f1e4226e88809a123aa3a4a07 authored by Steven Johnson on 18 April 2022, 18:20:51 UTC, committed by Steven Johnson on 18 April 2022, 18:20:51 UTC
Technically, we should check the return code of sprintf() for failure conditions. This is a minimal fix designed to quietly ensure that encoding errors aren't overlooked.

(Since our "C" output actually requires C++11 at this point, I was tempted to replace it with `ostringstream`, but decided to avoid bringing that in...)
1 parent 60a909f
History
File Mode Size
apps
correctness
src
stub
tutorial
CMakeLists.txt -rw-r--r-- 740 bytes
Makefile -rw-r--r-- 10.0 KB
readme.md -rw-r--r-- 4.1 KB
requirements.txt -rw-r--r-- 401 bytes
todo.txt -rw-r--r-- 1.3 KB

readme.md

back to top