[Firebug-cvs] firebug/project/src/gps TestMTS350M.nc,1.2,1.3
Brought to you by:
doolin
From: <cs...@us...> - 2003-07-11 16:19:23
|
Update of /cvsroot/firebug/firebug/project/src/gps In directory sc8-pr-cvs1:/tmp/cvs-serv10668 Modified Files: TestMTS350M.nc Log Message: output 0 if no GPS Index: TestMTS350M.nc =================================================================== RCS file: /cvsroot/firebug/firebug/project/src/gps/TestMTS350M.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestMTS350M.nc 11 Jul 2003 16:04:10 -0000 1.2 --- TestMTS350M.nc 11 Jul 2003 16:19:20 -0000 1.3 *************** *** 328,333 **** // if field is empty, set it equal to 0 if (j <= 1) { ! //for (m=0; m<10; m++) write[i][m] = '0'; ! for (m=0; m<10; m++) write[i][m] = '9'; } --- 328,332 ---- // if field is empty, set it equal to 0 if (j <= 1) { ! for (m=0; m<10; m++) write[i][m] = '0'; } |