Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- othersrc/dist/cdk/swindow.c 2001/01/09 18:41:54 1.3 +++ othersrc/dist/cdk/swindow.c 2005/06/01 11:51:11 1.4 @@ -1,9 +1,9 @@ #include /* - * $Author: garbled $ - * $Date: 2001/01/09 18:41:54 $ - * $Revision: 1.3 $ + * $Author: lukem $ + * $Date: 2005/06/01 11:51:11 $ + * $Revision: 1.4 $ */ /* @@ -183,6 +183,8 @@ void setCDKSwindowContents (CDKSWINDOW * /* Declare local variables. */ int widestItem, x; + widestItem = 0; + /* First lets clean all the lines in the window. */ cleanCDKSwindow(swindow);