*** fisheye.c.original	Thu Jun 19 19:52:07 1997
--- fisheye.c	Mon Oct  1 19:59:59 2001
*************** fisheye_set_cmd(int argc, char *argv[])
*** 93,103 ****
  {
    Constellation *pconstellation = get_constellation();
    Satellite_list sl = pconstellation->satellites;
    CentralBody *pcb = pconstellation->pcb;
    double new_lat = (double) atoi(argv[2]);
!   double new_lon = (double) atoi(argv[3]);
    const char format1[] = "set fisheye_lat_lon \"%d %.4f %c  %d %.4f %c\"";
    char cmd[sizeof(format1)+20];
    int lat_deg, lon_deg;
    char latNS, lonEW;
    double lat_min, lon_min;
--- 93,103 ----
  {
    Constellation *pconstellation = get_constellation();
    Satellite_list sl = pconstellation->satellites;
    CentralBody *pcb = pconstellation->pcb;
    double new_lat = (double) atoi(argv[2]);
!   double new_lon = (double) atoi(argv[4]); /* was 3 gjl */
    const char format1[] = "set fisheye_lat_lon \"%d %.4f %c  %d %.4f %c\"";
    char cmd[sizeof(format1)+20];
    int lat_deg, lon_deg;
    char latNS, lonEW;
    double lat_min, lon_min;
