Skip to content

Commit

Permalink
belated commit fixing code typo due to AlphaFS upgrade/refactoring in…
Browse files Browse the repository at this point in the history
… commit SHA-1: 7ecf0ae and jimmejardine#106
  • Loading branch information
GerHobbelt committed Oct 15, 2019
1 parent 8b90f41 commit 4c92fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qiqqa/DocumentLibrary/Import/Auto/EndnoteImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private static FilenameWithMetadataImport ConvertEndnoteToFilenameWithMetadataIm
// First candidates are those in the subdirectory corresponding to the .ENL file
foreach (string link in links)
{
pdf_links.Add(Path.GetFullPath(Path.Combine(base_directory, link));
pdf_links.Add(Path.GetFullPath(Path.Combine(base_directory, link)));
}

// Second candidates are raw pathnames
Expand Down

0 comments on commit 4c92fee

Please sign in to comment.