aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar Bram Stein <steinadobecom>2014-11-09 10:31:02 +0100
committerLibravatarLarge Libravatar Bram Stein <steinadobecom>2014-11-09 10:31:02 +0100
commit8ecc24725f436ffd87472d09393e904b39e11077 (patch)
tree47f30777901781a11562dc7e58b9a1717b7a2a27
parentc51d60249e3a5e36517ffd7e955fca165148cdbd (diff)
downloadsfnt2woff-zopfli-8ecc24725f436ffd87472d09393e904b39e11077.tar.gz
sfnt2woff-zopfli-8ecc24725f436ffd87472d09393e904b39e11077.tar.bz2
sfnt2woff-zopfli-8ecc24725f436ffd87472d09393e904b39e11077.tar.lz
sfnt2woff-zopfli-8ecc24725f436ffd87472d09393e904b39e11077.zip

Remove outdated comment.

-rw-r--r--woff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/woff.c b/woff.c
index d801a5f..29b6f85 100644
--- a/woff.c
+++ b/woff.c
@@ -274,7 +274,6 @@ woffEncode(const uint8_t * sfntData, uint32_t sfntLen,
WOFFDIR[newIndex].origLen = sfntDir[oldIndex].length;
WOFFDIR[newIndex].offset = READ32BE(tableOffset);
- /* allocate enough space for upper bound of compressed size */
sourceOffset = READ32BE(sfntDir[oldIndex].offset);
if ((sourceOffset & 3) != 0) {
status |= eWOFF_warn_misaligned_table;