X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=193538427a19fd32ac053c163a9260248f96de7e;hp=53320d32520365921c20fc0050773dbe69739ea9;hb=d72dc17f4164fd8a3e3c56a74a66a21138d82814;hpb=e2c71f66b925a33cceb1ea4b75a62a05333d124a 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); } }