aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFValue.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFValue.cc')
-rw-r--r--libqpdf/QPDFValue.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/QPDFValue.cc b/libqpdf/QPDFValue.cc
index 7c5b30a6..41a00fa8 100644
--- a/libqpdf/QPDFValue.cc
+++ b/libqpdf/QPDFValue.cc
@@ -35,6 +35,8 @@ QPDFValue::getDescription()
return description;
}
}
+ } else if (og.isIndirect()) {
+ return "object " + og.unparse(' ');
}
return {};
}