|
From: Jan N. <nij...@us...> - 2008-11-18 23:49:48
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12183 Modified Files: ChangeLog Log Message: Minor simplification in fix for [Bug 2312027]: no need to malloc and copy photo type name because it is a constant to begin with. Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 |