Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv3694
Modified Files:
wxFolderView.cpp
Log Message:
corrected cast
Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.614
retrieving revision 1.615
diff -b -u -2 -r1.614 -r1.615
--- wxFolderView.cpp 7 Nov 2002 22:44:08 -0000 1.614
+++ wxFolderView.cpp 8 Nov 2002 00:26:34 -0000 1.615
@@ -2286,5 +2286,5 @@
wxLogTrace(M_TRACE_FV_SELECTION,
_T("Updated focused UID, now %08lx (index = %ld)"),
- (unsigned long)m_uidFocus, (unsigned long)index);
+ (unsigned long)m_uidFocus, (long)index);
}
}
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates