Update of /cvsroot/mahogany/M/src/adb
In directory sc8-pr-cvs1:/tmp/cvs-serv29282/src/adb

Modified Files:
        AdbFrame.cpp 
Log Message:
MS VC++ compilation warnings at level 4 fixed


Index: AdbFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/AdbFrame.cpp,v
retrieving revision 1.98
retrieving revision 1.99
diff -b -u -2 -r1.98 -r1.99
--- AdbFrame.cpp        13 Oct 2002 12:24:53 -0000      1.98
+++ AdbFrame.cpp        5 Dec 2002 20:48:49 -0000       1.99
@@ -2993,5 +2993,5 @@
   wxClientDC dc(this);
   dc.SetFont(wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT));
-  long widthLabel, heightLabel, widthLabelMax = 0;
+  long widthLabel, heightLabel = 0, widthLabelMax = 0;
   for ( n = 0; n < WXSIZEOF(labels); n++ ) {
     labelsT[n] = wxGetTranslation(labels[n]);



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to