Bug#298054: patch for problem

2005-05-09 Thread Anibal Monsalve Salazar
On Mon, May 09, 2005 at 03:38:49AM -0400, Jeff King wrote: >This patch should fix the problem: > >--- main.c.orig 2005-05-09 03:29:59.0 -0400 >+++ main.c 2005-05-09 03:30:37.0 -0400 >@@ -415,7 +415,7 @@ >standardise(buf); > */ > >- SMTP_write(sock,

Bug#298054: patch for problem

2005-05-09 Thread Jeff King
This patch should fix the problem: --- main.c.orig 2005-05-09 03:29:59.0 -0400 +++ main.c 2005-05-09 03:30:37.0 -0400 @@ -415,7 +415,7 @@ standardise(buf); */ - SMTP_write(sock, ht->string); + SMTP_write(sock, "%s", ht->string);