2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-07 06:08:26 +00:00
git-svn-id: svn+q:///qpdf/trunk@999 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2010-08-06 00:38:30 +00:00
parent 6d0e60bf3f
commit a9bfb10c3e

View File

@ -19,6 +19,8 @@ void usage()
static void doubleBoxSize(QPDFObjectHandle& page, char const* box_name)
{
// If there is a box of this name, replace it with a new box whose
// elements are double the values of the original box.
QPDFObjectHandle box = page.getKey(box_name);
if (box.isNull())
{