diff options
Diffstat (limited to 'Build/source/texk/kpathsea/atou.c')
-rw-r--r-- | Build/source/texk/kpathsea/atou.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/atou.c b/Build/source/texk/kpathsea/atou.c index 54edb046b82..78afdfe7ce7 100644 --- a/Build/source/texk/kpathsea/atou.c +++ b/Build/source/texk/kpathsea/atou.c @@ -21,7 +21,7 @@ unsigned atou (const_string s) { int i = atoi (s); - + if (i < 0) FATAL1 ("I expected a positive number, not %d", i); return i; |