summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/utils.c
diff options
context:
space:
mode:
authorHan The Thanh <hanthethanh@gmail.com>2010-04-15 10:41:16 +0000
committerHan The Thanh <hanthethanh@gmail.com>2010-04-15 10:41:16 +0000
commite4f537c4f2f520fd294def7658650ee576abdf57 (patch)
tree048faf21ee5d0a8a28ecb03b43efc0262e96c6ef /Build/source/texk/web2c/pdftexdir/utils.c
parentf9a686d424f912154ffe8b7d5eb235032777a16f (diff)
some cleanup and bug fixes for pdftex
git-svn-id: svn://tug.org/texlive/trunk@17876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/utils.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/utils.c b/Build/source/texk/web2c/pdftexdir/utils.c
index 14d00a68549..ebf68346613 100644
--- a/Build/source/texk/web2c/pdftexdir/utils.c
+++ b/Build/source/texk/web2c/pdftexdir/utils.c
@@ -248,6 +248,8 @@ void pdftex_fail(const char *fmt, ...)
safe_print(" ==> Fatal error occurred, no output PDF file produced!");
println();
if (kpathsea_debug) {
+ safe_print("kpathsea_debug enabled, calling abort()...");
+ println();
abort();
} else {
exit(EX_SOFTWARE);