<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - pdfunite of a single file should not fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72720#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - pdfunite of a single file should not fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72720">bug 72720</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>I don't think it amkes sense, too. But if it would make anybody happy to change

if (!ok || argc <= 3 || printVersion || printHelp)

to

if (!ok || argc < 3 || printVersion || printHelp)

why not? Then You can use pdfunite also to try to repair defect single page PDF
files :-)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>