INN commit: trunk/nnrpd (article.c)

INN Commit Russ_Allbery at isc.org
Sun Aug 24 18:14:20 UTC 2008


    Date: Sunday, August 24, 2008 @ 11:14:20
  Author: iulius
Revision: 7969

Missing word in the answer for NEXT and LAST.

Modified:
  trunk/nnrpd/article.c

-----------+
 article.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: article.c
===================================================================
--- article.c	2008-08-24 17:55:37 UTC (rev 7968)
+++ article.c	2008-08-24 18:14:20 UTC (rev 7969)
@@ -727,7 +727,7 @@
     do {
         ARTnumber += delta;
         if (ARTnumber < ARTlow || ARTnumber > ARThigh) {
-            Reply("%d No %s to retrieve.\r\n", errcode, message);
+            Reply("%d No %s article to retrieve.\r\n", errcode, message);
             ARTnumber = save;
             return;
         }



More information about the inn-committers mailing list