diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2010-03-03 05:52:37 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2010-03-03 05:52:37 +0000 |
| commit | 8313a5f3e2366784f77a2faffee786ea459a5ee6 (patch) | |
| tree | b5baf23a13488ff76f279f45d9cc7b5e77c88e72 /src/pj_gridlist.c | |
| parent | aa00a53a0f27b033eeb0eeca1924cdc0a9ca4dc0 (diff) | |
| download | PROJ-8313a5f3e2366784f77a2faffee786ea459a5ee6.tar.gz PROJ-8313a5f3e2366784f77a2faffee786ea459a5ee6.zip | |
various improvements to error handling so corrupt grids are reported (#66)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1828 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/pj_gridlist.c')
| -rw-r--r-- | src/pj_gridlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_gridlist.c b/src/pj_gridlist.c index 9fb39117..68637595 100644 --- a/src/pj_gridlist.c +++ b/src/pj_gridlist.c @@ -94,7 +94,7 @@ void pj_deallocate_grids() static int pj_gridlist_merge_gridfile( const char *gridname ) { - int i, got_match=0; + int got_match=0; PJ_GRIDINFO *this_grid, *tail = NULL; /* -------------------------------------------------------------------- */ |
