[Python-checkins] python/dist/src/Modules _tkinter.c,1.136,1.137

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 12 Dec 2002 11:05:51 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv26926

Modified Files:
	_tkinter.c 
Log Message:
Always initialize objc.


Index: _tkinter.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_tkinter.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** _tkinter.c	12 Dec 2002 17:07:58 -0000	1.136
--- _tkinter.c	12 Dec 2002 19:05:48 -0000	1.137
***************
*** 977,981 ****
  {
  	Tcl_Obj **objv = objStore;
! 	int objc, i;
  	if (args == NULL)
  		/* do nothing */;
--- 977,981 ----
  {
  	Tcl_Obj **objv = objStore;
! 	int objc = 0, i;
  	if (args == NULL)
  		/* do nothing */;