Update of /cvsroot/playerstage/code/stage/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1030/stage/src

Modified Files:
        p_position.cc 
Log Message:
fixed return values from processmessage

Index: p_position.cc
===================================================================
RCS file: /cvsroot/playerstage/code/stage/src/p_position.cc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** p_position.cc       9 Jul 2007 17:18:37 -0000       1.16
--- p_position.cc       21 Aug 2007 20:28:08 -0000      1.17
***************
*** 87,90 ****
--- 87,91 ----
      this->stopped = false;
      this->last_cmd_time = this->mod->world->sim_time;
+     return(0);
    }
  
***************
*** 107,110 ****
--- 108,112 ----
      this->stopped = false;
      this->last_cmd_time = this->mod->world->sim_time;
+     return(0);
    }
  
***************
*** 127,130 ****
--- 129,133 ----
      this->stopped = false;
      this->last_cmd_time = this->mod->world->sim_time;
+     return(0);
    }
   
***************
*** 286,290 ****
      return(-1);
    }
-   return -1;
  }
  
--- 289,292 ----


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to