summaryrefslogtreecommitdiffstats
path: root/Python/mactoolboxglue.c
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-11-28 21:46:59 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-11-28 21:46:59 (GMT)
commitf16e05e7ecdba12180a0e64de22190b617a639bb (patch)
tree0223d704b072a16acc87a6c105c4329a78d03050 /Python/mactoolboxglue.c
parent5d3d134d560d24a9e6b9d65dd814542605c0b152 (diff)
downloadcpython-f16e05e7ecdba12180a0e64de22190b617a639bb.zip
cpython-f16e05e7ecdba12180a0e64de22190b617a639bb.tar.gz
cpython-f16e05e7ecdba12180a0e64de22190b617a639bb.tar.bz2
Use PyOS_snprintf() at some cost even though it was correct before.
seterror() uses a char array and a pointer to the current position in that array. Use snprintf() and compute the amount of space left in the buffer based on the current pointer position.
Diffstat (limited to 'Python/mactoolboxglue.c')
0 files changed, 0 insertions, 0 deletions