summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32/fmtutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/win32/fmtutil.c')
-rw-r--r--Build/source/texk/kpathsea/win32/fmtutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/win32/fmtutil.c b/Build/source/texk/kpathsea/win32/fmtutil.c
index 421a77962c2..f713a2ea18e 100644
--- a/Build/source/texk/kpathsea/win32/fmtutil.c
+++ b/Build/source/texk/kpathsea/win32/fmtutil.c
@@ -955,5 +955,5 @@ Check executable files. (ignore "Batch" or "Script" files (case 'x'))
Errorcnt);
fprintf(stderr, "For details, see log file(s) in the (fmt/base/mem) dir(s).\n");
}
- return Errorcnt;
+ return Errorcnt != 0;
}