Update of /cvsroot/roadmap/roadmap/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5154
Modified Files:
buildmap_square.c
Log Message:
Oops
Index: buildmap_square.c
===================================================================
RCS file: /cvsroot/roadmap/roadmap/src/buildmap_square.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** buildmap_square.c 3 Aug 2008 06:31:12 -0000 1.11
--- buildmap_square.c 3 Aug 2008 06:35:19 -0000 1.12
***************
*** 206,210 ****
}
! if (count_longitude == 0 || count_latitude)
buildmap_fatal (0, "buildmap_square: not enough data");
--- 206,210 ----
}
! if (count_longitude == 0 || count_latitude == 0)
buildmap_fatal (0, "buildmap_square: not enough data");
|