]> granicus.if.org Git - python/commit
Two screwups fixed for sizeof(char *) instead of sizeof(char []).
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Nov 2001 22:14:37 +0000 (22:14 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Nov 2001 22:14:37 +0000 (22:14 +0000)
commitb048b26db00b57fe5f23b4b81eae90a06c98fb0b
treecad970e777b190bd14dd916458c68e1a4a08bb5b
parentc1bbcb87aa8b576c8934aed6555681a62c820c25
Two screwups fixed for sizeof(char *) instead of sizeof(char []).

Also change all the helper functions to pass along the size of the
msgbuf and use PyOS_snprintf() when writing into the buffer.
Python/getargs.c