Revision: 4309
          http://sourceforge.net/p/smartbody/code/4309
Author:   fengww
Date:     2013-03-14 22:15:27 +0000 (Thu, 14 Mar 2013)
Log Message:
-----------
Fixed string comparison. This causes problems in argument parsing. For some 
reason str.compare(compStr) does not yield correct result. Need to use 
str.compare(0,len(compStr),compStr) to check if str starts with compStr. 

Modified Paths:
--------------
    trunk/core/smartbody/sbm/src/sbm_main.cpp

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to