]> git.pond.sub.org Git - empserver/commitdiff
(path): Fix to print every step of the path not every second step of the path.
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 17 Nov 2007 17:05:48 +0000 (17:05 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 17 Nov 2007 17:05:48 +0000 (17:05 +0000)
Broken in rev. 1.10.

src/lib/commands/path.c

index 442c168b1f4fb4bdfc4466eb0db46753fffc46cd..6c419812d731880a4b6e88d0a3e512d77cfa6f29 100644 (file)
@@ -105,7 +105,6 @@ path(void)
               3);
        cx += diroff[i][0];
        cy += diroff[i][1];
-       ++pp;
     }
     border(&relrange, "     ", " ");
     while (nxtsct(&ns, &sect)) {