From d72dc17f4164fd8a3e3c56a74a66a21138d82814 Mon Sep 17 00:00:00 2001 From: Jon Steinhart Date: Mon, 12 Dec 2005 22:30:44 +0000 Subject: [PATCH] Fixed annotate call for new delete argument values. --- uip/whatnowsbr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 53320d3..1935384 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -447,10 +447,10 @@ WhatNow (int argc, char **argv) *(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); } } -- 1.7.10.4