]> git.marmaro.de Git - mmh/blobdiff - uip/whatnowsbr.c
Fixed annotate call for new delete argument values.
[mmh] / uip / whatnowsbr.c
index 53320d32520365921c20fc0050773dbe69739ea9..193538427a19fd32ac053c163a9260248f96de7e 100644 (file)
@@ -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);
                    }
                }