summaryrefslogtreecommitdiff
path: root/mail/exim/files/patch-src::expand.c
blob: 5a8809c0074a440436d795f8b7ab0ba294e8d98f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/expand.c.orig	Mon Sep 22 10:29:56 2003
+++ src/expand.c	Tue Oct 28 15:39:43 2003
@@ -4114,6 +4114,7 @@
 
 if (s == NULL) return -1;
 
+errno = 0;
 value = strtol(CS s, CSS &endptr, 0);
 
 if (endptr == s)