diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-07-04 16:50:36 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-07-05 11:01:51 +0100 |
commit | f23e5052e23a42057ef2c4025a38b9fc29ccd00c (patch) | |
tree | 8b43a48b380fb5a37eeb1910d1b91834bb6313f7 /fitz/image_md5.c | |
parent | 808e051272c2a0b1e32e252fd14cdaf65c452132 (diff) | |
download | mupdf-f23e5052e23a42057ef2c4025a38b9fc29ccd00c.tar.xz |
Avoid calling pdf_array_len (and friends) in a loop.
for(i = 0; i < pdf_array_len(x); i++)
...
results in lots of calls to pdf_array_len. This is not what we want.
Diffstat (limited to 'fitz/image_md5.c')
0 files changed, 0 insertions, 0 deletions