--- android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java 2010/01/26 20:18:57 549 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java 2010/01/26 20:24:41 550 @@ -102,9 +102,9 @@ buff.append("").append( res.getDouble(3) ) .append("\n"); buff.append("").append( res.getDouble(4) ) .append("\n"); res.getString(5); - buff.append("").append( !res.wasNull() ) .append("\n"); + buff.append("").append( !res.wasNull() ) .append("\n"); res.getString(6); - buff.append("").append( !res.wasNull() ) .append("\n"); + buff.append("").append( !res.wasNull() ) .append("\n"); res.getString(7); buff.append("").append( !res.wasNull() ).append("\n");