DtSvc: always use vsnprintf
authorJon Trulson <jon@radscan.com>
Sun, 12 Jan 2020 01:21:37 +0000 (18:21 -0700)
committerJon Trulson <jon@radscan.com>
Mon, 13 Jan 2020 00:25:56 +0000 (17:25 -0700)
commitab023dfaed6a18885a56fa7479c05cc723b20d42
tree32e70c3f10938bc79036dd4628c917d48c12a73f
parent2f8a2ec0663cc68e39f4c949ec1eea59f9967af3
DtSvc: always use vsnprintf

There was code (_DtSimpleError() and _DtSimpleErrornoError()) that
only used snprintf when USE_SNPRINTF was defined, which it never was
of course.  We just remove the 2 checks and always use [v]snprintf.
cde/lib/DtSvc/DtUtil2/UErrNoBMS.c