|
From: Rüdiger <ru...@us...> - 2006-04-27 19:49:47
|
Update of /cvsroot/jflight/jflight/app/src/jflight/gps/mlr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10790/app/src/jflight/gps/mlr Modified Files: MLRWayPoint.java Log Message: commented jdk 1.1.8 incompatibilities Index: MLRWayPoint.java =================================================================== RCS file: /cvsroot/jflight/jflight/app/src/jflight/gps/mlr/MLRWayPoint.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MLRWayPoint.java 25 Mar 2006 11:27:15 -0000 1.1 --- MLRWayPoint.java 27 Apr 2006 19:49:39 -0000 1.2 *************** *** 81,85 **** } } ! name = nameBuf.substring(0,6).toString(); return "$GPWPL,"+this.latitudeAsDegreeMinutes(wp)+",N,"+ this.longitudeAsDegreeMinutes(wp)+",E,"+name +"2" + comment + "\r\n"; --- 81,85 ---- } } ! name = nameBuf.substring(0,6).toString(); // jdk118 return "$GPWPL,"+this.latitudeAsDegreeMinutes(wp)+",N,"+ this.longitudeAsDegreeMinutes(wp)+",E,"+name +"2" + comment + "\r\n"; |