Skip to content

Commit bb9366a

Browse files
Fix build break caused by previous commit. Partial commits are a source of errors.
1 parent 8373a7a commit bb9366a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pdf2htmlEX/src/main/java/com/viliussutkus89/android/pdf2htmlex

pdf2htmlEX/src/main/java/com/viliussutkus89/android/pdf2htmlex/pdf2htmlEX.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public File convert() throws IOException, ConversionFailedException {
119119

120120
Integer retVal = call_pdf2htmlEX(m_pdf2htmlEX_dataDir.getAbsolutePath(),
121121
m_poppler_dataDir.getAbsolutePath(), m_pdf2htmlEX_tmpDir.getAbsolutePath(),
122-
inputPDF.getAbsolutePath(), outputHtml.getAbsolutePath());
122+
this.p_inputPDF.getAbsolutePath(), outputHtml.getAbsolutePath());
123123

124124
if (0 != retVal) {
125125
outputHtml.delete();

0 commit comments

Comments
 (0)