File difference report generated by CSDiff by ComponentSoftware on 26/12/2010 09:38

Base file: D:\dev2\BugList\200909\psd\libpsd-0.9\psd.c
Compared file: D:\dev2\BugList\200909\psd\libpsd\psd.c

52,53c52,63
< static psd_status psd_main_loop(psd_context * context);
< 
---
> static psd_file_ops psd_std_fileops = {
> 	psd_std_size,
> 	psd_std_seek,
> 	psd_std_read,
> //	psd_std_write,
> //	psd_std_close,
> //	psd_std_gets,
> //	psd_std_eof,
> //	psd_std_tell,
> //	psd_std_getc,
> //	psd_std_scanf
> };
69a80
> 	context->ops_ = &psd_std_fileops;
145c156
< 	psd_free(context);
---
> 	//psd_free(context); //[DP] the application is responsible for this


<---------------------  End of report  --------------------->

