In S_scan_const(), use my_snprintf() instead of my_sprintf().
authorNicholas Clark <nick@ccl4.org>
Tue, 30 Nov 2010 13:16:11 +0000 (13:16 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 30 Nov 2010 13:17:28 +0000 (13:17 +0000)
commit3353de27e6a3954b5d45465efd422b1b614675dd
treeba7bbc1b5dbeb724e4563074b2a406bae283d1b5
parent17e8b60cd2a564ab6f4bed82ccda0c92a424ae9f
In S_scan_const(), use my_snprintf() instead of my_sprintf().

Paranoid linkers warn about using sprintf(), and rightly so.
toke.c