[Libpst-devel] _pst_read_block_size

Nigel Horne njh at bandsman.co.uk
Wed Apr 26 13:00:39 UTC 2006


There was an error in my last fix:
	*buf = '\0';

should have read
	**buf = '\0';

thus:

	if(rsize <= 2) {
		fseek(pf->fp, fpos, SEEK_SET);
		**buf = '\0';
		return 0;
	}

-Nigel



More information about the Libpst-devel mailing list