nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] nmh/uip whatnowsbr.c


From: Jon Steinhart
Subject: [Nmh-commits] nmh/uip whatnowsbr.c
Date: Mon, 12 Dec 2005 22:30:44 +0000

CVSROOT:        /sources/nmh
Module name:    nmh
Branch:         
Changes by:     Jon Steinhart <address@hidden>  05/12/12 22:30:44

Modified files:
        uip            : whatnowsbr.c 

Log message:
        Fixed annotate call for new delete argument values.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/uip/whatnowsbr.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: nmh/uip/whatnowsbr.c
diff -u nmh/uip/whatnowsbr.c:1.6 nmh/uip/whatnowsbr.c:1.7
--- nmh/uip/whatnowsbr.c:1.6    Mon Aug 19 20:50:42 2002
+++ nmh/uip/whatnowsbr.c        Mon Dec 12 22:30:44 2005
@@ -2,7 +2,7 @@
 /*
  * whatnowsbr.c -- the WhatNow shell
  *
- * $Id: whatnowsbr.c,v 1.6 2002/08/19 20:50:42 jon Exp $
+ * $Id: whatnowsbr.c,v 1.7 2005/12/12 22:30:44 jon Exp $
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -447,10 +447,10 @@
                    *(strchr(shell, '\n')) = '\0';
 
                    if (*shell == '/')
-                       (void)annotate(drft, attach, shell, 1, 0, -1, 1);
+                       (void)annotate(drft, attach, shell, 1, 0, -2, 1);
                    else {
                        (void)sprintf(file, "%s/%s", cwd, shell);
-                       (void)annotate(drft, attach, file, 1, 0, -1, 1);
+                       (void)annotate(drft, attach, file, 1, 0, -2, 1);
                    }
                }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]