Update of /cvsroot/playerstage/code/player/server/drivers/shell
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27946/server/drivers/shell
Modified Files:
Tag: release-2-0-patches
readlog.cc
Log Message:
fixed small bug
Index: readlog.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/shell/readlog.cc,v
retrieving revision 1.40.2.3
retrieving revision 1.40.2.4
diff -C2 -d -r1.40.2.3 -r1.40.2.4
*** readlog.cc 18 Oct 2007 21:25:48 -0000 1.40.2.3
--- readlog.cc 18 Oct 2007 21:31:12 -0000 1.40.2.4
***************
*** 1786,1790 ****
for (i = 8; i < token_count; i++)
{
! data.data[count] = atof(tokens[i]);
count++;
}
--- 1786,1790 ----
for (i = 8; i < token_count; i++)
{
! data.data[count] = atoi(tokens[i]);
count++;
}
***************
*** 1826,1830 ****
for (i = 8; i < token_count; i++)
{
! data.data[count] = atof(tokens[i]);
count++;
}
--- 1826,1830 ----
for (i = 8; i < token_count; i++)
{
! data.data[count] = atoi(tokens[i]);
count++;
}
-------------------------------------------------------------------------
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