aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pj_gridinfo.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pj_gridinfo.c b/src/pj_gridinfo.c
index cad5ba9b..19dc1bf5 100644
--- a/src/pj_gridinfo.c
+++ b/src/pj_gridinfo.c
@@ -29,6 +29,10 @@
******************************************************************************
*
* $Log$
+ * Revision 1.7 2005/07/07 00:16:03 fwarmerdam
+ * Fixed debug fprintf syntax per:
+ * http://bugzilla.remotesensing.org/show_bug.cgi?id=886
+ *
* Revision 1.6 2004/10/30 04:03:03 fwarmerdam
* fixed reported information in ctable debug message
*
@@ -490,7 +494,7 @@ static int pj_gridinfo_init_ntv2( FILE *fid, PJ_GRIDINFO *gilist )
{
if( getenv("PROJ_DEBUG") != NULL )
fprintf( stderr, "pj_gridinfo_init_ntv2(): "
- "failed to find parent %8.8s for %.\n",
+ "failed to find parent %8.8s for %s.\n",
(const char *) header+24, gi->ct->id );
for( lnk = gp; lnk->next != NULL; lnk = lnk->next ) {}