diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-08 15:41:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-08 15:41:48 +0000 |
commit | 202188e47d982498babe44a418c4d07e06909211 (patch) | |
tree | 46ca5640f58a9194e22981aebbfb558c61bdbb92 /Build | |
parent | 6d9549e0bcf200ceaf3d7e30e2efb4e84daee441 (diff) |
err, we search multiple times for figures
git-svn-id: svn://tug.org/texlive/trunk@57679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/dvipsk/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipsk/output.c b/Build/source/texk/dvipsk/output.c index 84c91b4ee18..51e2ded0f3a 100644 --- a/Build/source/texk/dvipsk/output.c +++ b/Build/source/texk/dvipsk/output.c @@ -186,7 +186,7 @@ copyfile_general(const char *s, struct header_list *cur_header) #endif /* ! VMCMS */ #else /* ! (VMCMS || MVSXA) */ sprintf(errbuf, "Could not find figure file %.500s; continuing.", s); - found_problems = 1; /* continue, but do not exit successfully */ + found_problems = 0; /* continue, but do not exit successfully */ if (secure == 2) { strcat(errbuf, "\nNote that an absolute path or a relative path with .. are denied in -R2 mode."); } |