diff options
Diffstat (limited to 'src/pj_gridlist.c')
| -rw-r--r-- | src/pj_gridlist.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pj_gridlist.c b/src/pj_gridlist.c index 0ed66310..0cfab76e 100644 --- a/src/pj_gridlist.c +++ b/src/pj_gridlist.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Code to manage the list of currently loaded (cached) PJ_GRIDINFOs * See pj_gridinfo.c for details of loading individual grids. @@ -178,7 +176,7 @@ PJ_GRIDINFO **pj_gridlist_from_nadgrids( projCtx ctx, const char *nadgrids, /* -------------------------------------------------------------------- */ for( s = nadgrids; *s != '\0'; ) { - int end_char; + size_t end_char; int required = 1; char name[128]; |
