|
From: <md...@us...> - 2010-02-17 02:15:21
|
Revision: 8137
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8137&view=rev
Author: mdehoon
Date: 2010-02-17 02:15:13 +0000 (Wed, 17 Feb 2010)
Log Message:
-----------
Fixing a compiler warning.
Modified Paths:
--------------
trunk/matplotlib/src/_macosx.m
Modified: trunk/matplotlib/src/_macosx.m
===================================================================
--- trunk/matplotlib/src/_macosx.m 2010-02-16 23:09:50 UTC (rev 8136)
+++ trunk/matplotlib/src/_macosx.m 2010-02-17 02:15:13 UTC (rev 8137)
@@ -4468,7 +4468,7 @@
self = [super initWithFrame: rect];
rubberband = NSZeroRect;
inside = false;
- tracking = nil;
+ tracking = 0;
return self;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|