mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-04 12:34:20 +00:00
[bcc32 Error] test_driver.cc(1634): E2354 Two operands must evaluate to the same type
Full parser context test_driver.cc(208): parsing: void runtest(int,const char *,const char *)
This commit is contained in:
parent
2e7f81452f
commit
de5c91f324
@ -1631,7 +1631,7 @@ void runtest(int n, char const* filename1, char const* arg2)
|
||||
QPDFFormFieldObjectHelper parent(node.getParent());
|
||||
std::cout << " Parent: "
|
||||
<< (parent.isNull()
|
||||
? "none"
|
||||
? std::string("none")
|
||||
: parent.getObjectHandle().unparse())
|
||||
<< std::endl;
|
||||
node = parent;
|
||||
|
Loading…
Reference in New Issue
Block a user