Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron...
[wine-gecko.git] / media / liboggz / README_MOZILLA
blobdf4c2a87b18b9451e3843d82340a23ae7bed7b73
1 The source from this directory was copied from the liboggz-0.9.7
2 source distribution using the update.sh script. The only changes made
3 were those applied by update.sh, which applies a patch from
4 seek.patch, and the addition/upate of Makefile.in files for the
5 Mozilla build system.
7 The seek.patch address a bug in liboggz when a seek call returns an
8 error. It also addresses an issue where the guess for the seek
9 position can exceed the file size. These will be upstreamed to liboggz.
11 The warning.patch addresses a printf in liboggz that is not wrapped
12 in a DEBUG #ifdef. See Mozilla bug 450891 and Annodex ticket 431:
14 http://trac.annodex.net/ticket/431