2
1
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:
Thorsten Schöning 2019-02-14 09:29:38 +01:00 committed by Thorsten Schöning
parent 2e7f81452f
commit de5c91f324

View File

@ -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;