]> granicus.if.org Git - python/commit
Use PyOS_snprintf instead of sprintf.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Nov 2001 20:37:25 +0000 (20:37 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Nov 2001 20:37:25 +0000 (20:37 +0000)
commitef58b319916f6cf2034acc40b411f8405f20416f
treeb8ff572ee918375a549c7735f83bd03851ea6cea
parent1ceb5fb946d41a4037cd202db94f2edd78a52258
Use PyOS_snprintf instead of sprintf.

Also replace a switch statement with one case and a default to an
if/else.
Python/dynload_beos.c