diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nad_init.c | 5 |
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; } |
