diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-04-05 17:09:34 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-04-05 17:10:08 +0200 |
commit | f647515e462a0400ec57b495700c71472cc2982c (patch) | |
tree | 9b86b7f02e96da6e78320480ff87913654c283e9 /include | |
parent | ebbeff5915cbb62f63fc234342deb2cee4439caf (diff) | |
download | mupdf-f647515e462a0400ec57b495700c71472cc2982c.tar.xz |
epub: Don't conflate dimensioned lengths with untyped numbers.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/html.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h index a4a1bef9..5e1b31be 100644 --- a/include/mupdf/html.h +++ b/include/mupdf/html.h @@ -133,7 +133,7 @@ enum { LST_ARMENIAN, LST_GEORGIAN, }; -enum { N_NUMBER='p', N_SCALE='m', N_PERCENT='%', N_AUTO='a' }; +enum { N_NUMBER='u', N_LENGTH='p', N_SCALE='m', N_PERCENT='%', N_AUTO='a' }; struct fz_css_number_s { |