Skip to content

Commit

Permalink
change from FIXME to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Courtin committed Nov 4, 2012
1 parent ac6ab74 commit 1a8d79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ows/ows_geobbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ bool ows_geobbox_set(ows * o, ows_geobbox * g, double west, double east, double
if (fabs(south - north) < DBL_EPSILON || fabs(east - west) < DBL_EPSILON)
return false;

/* FIXME add a test to see if north is northern than south and so forth... */
/* TODO add a test to see if north is northern than south and so forth... */
g->west = west;
g->east = east;
g->south = south;
Expand Down

0 comments on commit 1a8d79e

Please sign in to comment.