Imager was built with IM_NOLOG, fixed by renamed init_log()
to m_init_log() in log.c
pointers passed to TIFFClientOpen be non-NULL, the mmap() and
munmap() pointers were always NULL and the sizeproc was
sometimes NULL.
+ - there would be a link or load time error on m_init_log() if
+ Imager was built with IM_NOLOG, fixed by renamed init_log()
+ to m_init_log() in log.c
=================================================================
* Logging is inactive - insert dummy functions
*/
-void init_log(const char* name,int onoff) {}
+void m_init_log(const char* name,int onoff) {}
void m_fatal(int exitcode,const char *fmt, ... ) { exit(exitcode); }