Compare commits
No commits in common. "623c6a7941bdf50ccaef372b9158ed95858ea440" and "e15c56f1e2775bd5918ab5a5c8406ec53e625d84" have entirely different histories.
623c6a7941
...
e15c56f1e2
@ -699,7 +699,7 @@ namespace Volian.Print.Library
|
||||
|
||||
try
|
||||
{
|
||||
if (File.Exists(outputFileName) && !OverWrite)
|
||||
if (File.Exists(outputFileName))
|
||||
{
|
||||
if (!BaselineTesting && !SaveLinks) // B2024-031 don't do if creating PDF hyperlinks
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user