aboutsummaryrefslogtreecommitdiff
path: root/src/nad_init.c
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2001-08-17 17:28:37 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2001-08-17 17:28:37 +0000
commitf407f79140c66fddd089e6f64905d2aafc9f88a0 (patch)
tree5a6a8726381b9a0fa6d4e62b1147def9b29d7e04 /src/nad_init.c
parentadedc1fc1a52353ca8d39dc10c4825e1d4491b23 (diff)
downloadPROJ-f407f79140c66fddd089e6f64905d2aafc9f88a0.tar.gz
PROJ-f407f79140c66fddd089e6f64905d2aafc9f88a0.zip
removed use of emess()
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@971 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/nad_init.c')
-rw-r--r--src/nad_init.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nad_init.c b/src/nad_init.c
index 1d37d3f6..b70f0d5d 100644
--- a/src/nad_init.c
+++ b/src/nad_init.c
@@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
+ * Revision 1.4 2001/08/17 17:28:37 warmerda
+ * removed use of emess()
+ *
* Revision 1.3 2001/04/05 19:31:54 warmerda
* substantially reorganized and added NTv1 support
*
@@ -126,7 +129,7 @@ static struct CTABLE *nad_load_ntv1( FILE * fid )
if( *((int *) (header+8)) != 12 )
{
pj_errno = -38;
- emess("NTv1 grid shift file has wrong record count, is it corrupt?");
+ printf("NTv1 grid shift file has wrong record count, corrupt?\n");
return NULL;
}