Revision: 8298
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8298&view=rev
Author:   thjc
Date:     2009-10-18 13:46:14 +0000 (Sun, 18 Oct 2009)

Log Message:
-----------
Applied patch 2858511: Uninitialized variable in nd_plugin.cc

Modified Paths:
--------------
    code/player/trunk/server/drivers/position/nd/nd_plugin.cc

Modified: code/player/trunk/server/drivers/position/nd/nd_plugin.cc
===================================================================
--- code/player/trunk/server/drivers/position/nd/nd_plugin.cc   2009-10-18 
13:43:01 UTC (rev 8297)
+++ code/player/trunk/server/drivers/position/nd/nd_plugin.cc   2009-10-18 
13:46:14 UTC (rev 8298)
@@ -389,6 +389,7 @@
     this->SetError(-1);
     return;
   }
+  this->dir = 1;
 
   return;
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to