diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-16 18:10:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-16 18:10:19 +0000 |
commit | f2eff57a03361f7f690cebf620b1632736603369 (patch) | |
tree | 4ef1f59ae84d4cb549f094eedf8b9ec866c88876 /driver.c | |
parent | 5070459e92ee4700bae6d3e1bf9f092a4a5ea109 (diff) | |
download | fetchmail-f2eff57a03361f7f690cebf620b1632736603369.tar.gz fetchmail-f2eff57a03361f7f690cebf620b1632736603369.tar.bz2 fetchmail-f2eff57a03361f7f690cebf620b1632736603369.zip |
Error message correction.
svn path=/trunk/; revision=957
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -923,7 +923,7 @@ char *realname; /* real name of host */ for (idp = xmit_names; idp; idp = idp->next) if (idp->val.num == XMIT_REJECT) break; - sprintf(errhd, "recipient address %s didn't match any local name", idp->id); + sprintf(errhd+strlen(errhd), "recipient address %s didn't match any local name", idp->id); } if (bad_addresses) |