Backed off snprintf() to sprintf() because Turbo C doesn't do the former.
authorDavid Griffith <dave@661.org>
Fri, 26 May 2023 02:41:55 +0000 (19:41 -0700)
committerDavid Griffith <dave@661.org>
Fri, 26 May 2023 02:50:48 +0000 (19:50 -0700)
commitf922e045d2d9f919b43577176ff530180a0f7c7e
treea1e8d7717fd020776a4e927b74f2212b8db5165e
parent280c19ee77fc42e10f3d7a49c2b57b288642c7dd
Backed off snprintf() to sprintf() because Turbo C doesn't do the former.

There is no way for this vary the inputs to sprintf() here.
src/common/fastmem.c